جزییات کتاب
Master serverless architectures in Python and their implementation, with Zappa on three different frameworks.Key Features Scalable serverless Python web services using Django, Flask, and Pyramid. Learn Asynchronous task execution on AWS Lambda and scheduling using Zappa. Implementing Zappa in a Docker container.Book DescriptionServerless applications are becoming very popular these days, not just because they save developers the trouble of managing the servers, but also because they provide several other benefits such as cutting heavy costs and improving the overall performance of the application.This book will help you build serverless applications in a quick and efficient way. We begin with an introduction to AWS and the API gateway, the environment for serverless development, and Zappa. We then look at building, testing, and deploying apps in AWS with three different frameworks--Flask, Django, and Pyramid. Setting up a custom domain along with SSL certificates and configuring them with Zappa is also covered. A few advanced Zappa settings are also covered along with securing Zappa with AWS VPC.By the end of the book you will have mastered using three frameworks to build robust and cost-efficient serverless apps in Python.What you will learnBuild, test, and deploy a simple web service using AWS CLIIntegrate Flask-based Python applications, via AWS CLI configurationDesign Rest APIs integrated with Zappa for Flask and DjangoCreate a project in the Pyramid framework and configure it with ZappaGenerate SSL Certificates using Amazon Certificate ManagerConfigure custom domains with AWS Route 53Create a Docker container similar to AWS LambdaWho this book is forPython Developers who are interested in learning how to develop fast and highly scalable serverless applications in Python, will find this book usefulTable of ContentsAmazon Web Services for Serverless Getting started with ZappaBuilding a Flask app with ZappaBuilding a Flask based REST API with ZappaBuilding a Django app with ZappaBuilding a Django REST API with ZappaBuilding a Pyramid app with ZappaCustom Domain with SSLAsynchronous Task Execution on AWS LambdaAdvance Zappa Settings Secure Zappa with AWS VPC Zappa with Docker