This is a boilerplate project for TypeScript development with CDK.
- cdk.json
- change entry file name
- .vscode/setting.json
- change envrionment variables
- bin/aws-cdk-boilerplate.ts
- change file name and stack name
- lib/aws-cdk-boilerplate-stack.ts
- change file name and class
- test/aws-cdk-boilerplate.ts
- change file name and test methods
- package.json
- change project name
- src/**/*
- change functions
yarn fmt
reformat filesyarn test
peform the jest unit testsyarn diff
compare deployed stack with current stateyarn deploy
deploy this stack to your default AWS account/regionyarn deploy [--profile $PROFILE_NAME]
deploy this stack to your $PROFILE_NAME AWS account/regionyarn cdk synth
emits the synthesized CloudFormation template