Example for doing asynchronous testing of EventBridge and Step Functions using a Custom Resource and the Provider Framework.
Blogpost to come!
npm install
do this firstnpm run lint
check code stylenpm t
run unit testsnpm run synth
synthesize the CloudFormation templatenpx cdk bootstrap
prepare your environmentnpm run deploy
build and deploy your app (tests will be executed during the deployment)npm run diff
diff your deployed stack