This is a blank project for CDK development with TypeScript. You will need to:
- Install the AWS CLI and configure your profile
- Install the CDK CLI
npm install
install dependenciesnpm run build
compile typescript to jscdk list
list the stacks in your applicationcdk deploy {stack-name}
deploy this stack to your default AWS account/regioncdk diff {stack-name}
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template