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

What do you call this environment? (default dev)

Amazon API Gateway provides a mechanism to maintain different environment stages of your hosted API. For example, you can create environment stages for development, staging, and production.

With the help of Zappa, you can manage environment stages in a very easy way. In answer to the preceding question, you can define your own environment stage name or leave it empty to consider the default stage name as dev.