Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 533 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 533 Bytes

Welcome to CDK Deno project

This is a sample project for CDK development with Deno.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • deno task test run tests using Deno's built-in test runner
  • deno task ci perform continuous integration checks(linter, formatter, tests)
  • deno task cdk deploy deploy this stack to your default AWS account/region
  • deno task cdk diff compare deployed stack with current state
  • deno task cdk synth emits the synthesized CloudFormation template