Skip to content

kreuzwerker/blog-testing-with-cdk

Repository files navigation

Infrastructure Tests with CDK

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.

Useful commands

  • yarn build compile typescript to js
  • yarn test perform the tests
  • yarn test -u perform the tests and update snapshots
  • yarn cdk deploy deploy this stack
  • yarn cdk synth emits the synthesized CloudFormation template