- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 67字
- 2025-04-04 16:26:25
Getting Started with Zappa
Previously, we learned about creating a serverless application using the AWS Web Console and AWS CLI. Now, we are going to learn about Zappa and automating operations for creating a serverless application.
In this chapter, we are going to cover the following topics:
- What is Zappa?
- Installing and configuring Zappa
- Building, testing, and deploying a Python web service using Zappa
- Zappa's uses