Chapter 4: Continuous Integration and Deployment
buildspec.yml
is a build specification file with instructions for AWS CodeBuild on how to process the build.- A CloudFormation artifact is the template and, for some cases, parameter files. They are stored on S3.
- You can use CloudFormation signals, wait conditions, and update policies.
ListStackResources
.- Source, Build, and Deploy. There are various services that can be used, such as S3, CodeBuild, CodeDeploy, and CloudFormation.