This is a blank project for CDK development with TypeScript.
The cdk.json
file tells the CDK Toolkit how to execute your app.
yarn build
compile typescript to jsyarn watch
watch for changes and compileyarn test
perform the jest unit testsyarn deploy
deploy this stack to your default AWS account/regionyarn synth
emits the synthesized CloudFormation template