Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 575 Bytes

Welcome to your CDK TypeScript project

This is a blank project for CDK development with TypeScript. You will need to:

  1. Install the AWS CLI and configure your profile
  2. Install the CDK CLI

Commands

  • npm install install dependencies
  • npm run build compile typescript to js
  • cdk list list the stacks in your application
  • cdk deploy {stack-name} deploy this stack to your default AWS account/region
  • cdk diff {stack-name} compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template