This repo contains the samples used in the Infrastructure Tests with CDK blog posts.
This project was initially created via cdk init
and npm replaced with yarn.
yarn build
compile typescript to jsyarn test
perform the testsyarn test -u
perform the tests and update snapshotsyarn cdk deploy
deploy this stackyarn cdk synth
emits the synthesized CloudFormation template