This is a sample project for CDK development with Deno.
The cdk.json
file tells the CDK Toolkit how to execute your app.
deno task test
run tests using Deno's built-in test runnerdeno task ci
perform continuous integration checks(linter, formatter, tests)deno task cdk deploy
deploy this stack to your default AWS account/regiondeno task cdk diff
compare deployed stack with current statedeno task cdk synth
emits the synthesized CloudFormation template