You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kenan Scott edited this page Dec 18, 2017
·
3 revisions
Builds and deployments are automated by CodePipeline. Changes to the prod branch will run the fetch the sources, run the build and deploy to the dev CloudFormation stack automatically. Approve in order to deploy to prod.
Two configuration files are used, template-map.json, which is documented in the README and config.zip.
config.zip is designed to be an input artifact into CodePipeline and contains all the necessary parameters for CloudFormation in a single file, config.json, looking like
Zip the config.json only and CodePipeline should be able to ingest the file properly. Upload both files to S3. Set the S3 URI for config.zip in the S3 source step of CodePipeline. Set the S3 URI for template-map.json as environment variable MAP_LOCATION in the CodeBuild project.