9

Is it a way / tutorial how to deploy / convert Existing Django Application (I am using django-rest-famework) for APIs to be available via API Gateway and executed by AWS Lambda functions?

I see package zappa, however I want to avoid it....

1
  • 1
    Why is zappa not a good fit? what are your goals? serverless.com may be an alternative, it supports python. Commented Jan 2, 2017 at 4:30

1 Answer 1

1

Yes. I did that and it worked out quite fine. If you have any large files (a neural network in my case) you'll have to store them on s3 and load them after the lambda warms up, because there's a quite strict size limit for the project.

Here's a nice tutorial https://medium.com/@apcelent/how-to-deploy-django-app-on-aws-lambda-53e9c4b137e7

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.