Creekside
Home
Blog
Plantation One HOA
Log in
Sources used to set up Zappa and Django
Grey Brinson
January 26, 2022
<p>I bounced between the follwing links for how to set up Django on AWS Lambda via Zappa:</p><ul><li><a data-cke-saved-href="https://www.section.io/engineering-education/deploying-a-serverless-django-restapi-with-zappa-on-aws/" href="https://www.section.io/engineering-education/deploying-a-serverless-django-restapi-with-zappa-on-aws/">https://www.section.io/engineering-education/deploying-a-serverless-django-restapi-with-zappa-on-aws/</a></li><li><a data-cke-saved-href="https://auth0.com/blog/deploying-django-restful-apis-as-serverless-applications-with-zappa/" href="https://auth0.com/blog/deploying-django-restful-apis-as-serverless-applications-with-zappa/">https://auth0.com/blog/deploying-django-restful-apis-as-serverless-applications-with-zappa/</a></li><li><a data-cke-saved-href="https://www.agiliq.com/blog/2019/01/complete-serverless-django/" href="https://www.agiliq.com/blog/2019/01/complete-serverless-django/">https://www.agiliq.com/blog/2019/01/complete-serverless-django/</a></li></ul><p>I suggest trying to get a handle on what you are doing on each step vice just running blindly through these tutorials. Getting the database to connect correctly is an issue and I went straight to MYSQL rather than using SQLite.</p>
Back to List