Table of contents:
Read moreWhat is Zappa tail command?
Zappa provides a facility for watching the logs related to your deployment. You can simply use the following command: $ zappa tail production . This will print all logs related to HTTP requests and AWS events.
Read moreWhat is Zappa Python?
Zappa is a very powerful open source python project which lets you build, deploy and update your WSGI app hosted on AWS Lambda + API Gateway easily . This blog is a detailed step-by-step focusing on challenges faced while deploying Django application on AWS Lambda using Zappa as a deployment tool.
Read moreWhat is Zappa AWS?
Zappa is a very lightweight and powerful tool which allows you to deploy and update python applications to AWS . Using Zappa you can host your WSGI app on AWS Lambda, API Gateway quickly.
Read more