try-zappa
try-zappa copied to clipboard
Create a Serverless Web Application using Zappa, AWS Lambda, and Django.
Serverless Web Application with Zappa and AWS Lambda
Learn how to Deploy a Serverless Django project using Zappa for AWS Lambda, RDS Postgresql, custom domains, certificate manager, and more!
Guides: JoinCFE.com/blog
- Prepare AWS IAM User, Role, and Policies for Zappa and Serverless Python
- Serverless Django with Zappa on AWS Lambda
- RDS Database for Serverless Django + Zappa on AWS Lambda
- Custom Domains for Zappa Projects
Lecture Code
If the lecture isn't there, it means the code wasn't changed.
10 - Activate pipenv and Create Django Project
13 - Zappa Init
15 - Zappa Deploy & Zappa Update
19 - Update Django for PostgreSQL
21 - Django Management Commands and Zappa
25 - Update Zappa
27 - We're Live + Handling Static Files