Lambda With Django Zappa

Today we’re going to learn how to deploy AWS lambda with Django. Lambda is a event driven, serverless computing platform provided by AWS. Serverless architecture allows us to deploy apps without having to manage the servers. We’re going to use zappa to deploy a Django app to AWS lambda. AWS uses S3 for storing the build and deployment artifacts. zappa will also create an API gateway to provide HTTP endpoints through which the lambda function can be called....

September 4, 2022 · 4 min · Ashish Gaur