- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 67字
- 2021-07-16 18:16:12
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