Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 328 Bytes

File metadata and controls

12 lines (8 loc) · 328 Bytes

@cdk

Useful commands

  • pnpm build compile typescript to js
  • pnpm watch watch for changes and compile

CDK actions

  • pnpm cdk synth emits the synthesized CloudFormation template
  • pnpm cdk diff compare deployed stack with current state
  • pnpm cdk deploy deploy this stack to your default AWS account/region