Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@ferdingler ferdingler released this 25 Mar 00:05
· 68 commits to master since this release
3e3ded2

Workshop now uses AWS CDK to build the CodePipeline instead of raw CloudFormation. Based on customer feedback from re:Invent 2019, using raw CloudFormation to define the pipeline is hard to read and too verbose for workshop attendees to follow. Using the CDK allows for workshop attendees to incrementally build the pipeline by adding small snippets of code that can be deployed often to get feedback and a sense of progress.

Special thanks to @carltondickson for his contribution.