Zappa
Zappa is for deploying serverless python apps to AWS Lambda,
Use Python 3.9.16, currently only supports 3.6-3.9
pip install zappa
zappa init
zappa deploy
To update prod later
zappa update production
To check fails and logs
zappa tail production
*If deploy fails cuz no psycopg2 and its in the requirements.txt try pip install psycopg2-binary
Guides

Last updated