This is a blank project for CDK development with TypeScript.
The cdk.json
file tells the CDK Toolkit how to execute your app.
bun run build
compile typescript to jsbun run watch
watch for changes and compilebun run test
perform the jest unit testsbun cdk deploy
deploy this stack to your default AWS account/regionbun cdk diff
compare deployed stack with current statebun cdk synth
emits the synthesized CloudFormation template