Skip to content

elthrasher/cdk-async-testing-example

 
 

Repository files navigation

CDK Async Testing Example

Example for doing asynchronous testing of EventBridge and Step Functions using a Custom Resource and the Provider Framework.

Blogpost to come!

Useful Commands

  • npm install do this first
  • npm run lint check code style
  • npm t run unit tests
  • npm run synth synthesize the CloudFormation template
  • npx cdk bootstrap prepare your environment
  • npm run deploy build and deploy your app (tests will be executed during the deployment)
  • npm run diff diff your deployed stack

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published