In previous chapters, we learned how to build a serverless API from scratch. In this chapter, we will try to accomplish the following:
- Build, deploy, and manage our Lambda functions going through some advanced AWS CLI commands
- Publish multiple versions of the API
- Learn how to separate multiple deployment environments (sandbox, staging, and production) with aliases
- Cover the usage of the API Gateway stage variables to change the method endpoint's behavior.