Continuous delivery with CodePipeline - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Continuous delivery with CodePipeline

Continuous delivery is a release practice in which code changes are automatically built, tested, and prepared for release to production. With Amazon CloudFormation and CodePipeline, you can use continuous delivery to automatically build and test changes to your Amazon CloudFormation templates before promoting them to production stacks. This release process lets you rapidly and reliably make changes to your Amazon infrastructure.

For example, you can create a workflow that automatically builds a test stack when you submit an updated template to a code repository. After Amazon CloudFormation builds the test stack, you can test it and then decide whether to push the changes to a production stack. For more information about the benefits of continuous delivery, see What is continuous delivery?.

Use CodePipeline to build a continuous delivery workflow by building a pipeline for Amazon CloudFormation stacks. CodePipeline has built-in integration with Amazon CloudFormation, so you can specify Amazon CloudFormation-specific actions, such as creating, updating, or deleting a stack, within a pipeline. For more information about CodePipeline, see the Amazon CodePipeline User Guide.