December 2019
Intermediate to advanced
382 pages
9h 43m
English
We're here because we want to know how to deploy a new version of our function code, our infrastructure stack, and all of our configurations. Remembering that these are not different things anymore, we can describe each in code and have an artifact to deploy. Even with the Serverless Framework making life easier when it comes to deploying CloudFormation templates, doing this over and over again for each commit can become arduous and distracting for a developer. Having to validate every deployment in the development environment doesn't scale well, and the problem compounds even more when we're manually promoting a project through testing, staging, and finally production environments.
We need this process to be automated. There are ...