We will use Node.js and CDK to build AWS resources. The
cdk.json
file tells the CDK Toolkit how to execute your app.
- node >=14.15.0
- npm >=6.14.8
npm run build
npm run test
- (Optional) Build code to check error
npm run build
- Login to AWS Account
aws sso login
OR
aws sso login --profile <profile_name>
- Deploy to AWS
cdk deploy
OR
cdk deploy --profile <profile_name>
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
👤 Tran Minh
- Website: www.vuilendi.com
- Github: @vuilendi
- LinkedIn: @vuilendi
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator