Building Serverless Python Web Services with Zappa
上QQ阅读APP看书,第一时间看更新

Would you like to deploy the application globally? (default n)

AWS provides a feature to extend the Lambda services to all available regions. That’s what you should do if you want to make your service available globally with much less latency. Zappa supports this feature, which will enable you to extend the Lambda service in all regions without any manual effort.

Finally, you would get a zappa_settings.json file, which will have all configurations related to your deployments. Let's have a look at the zappa_settings.json file in the next section.