This is a Iac repo for Quickrefer website (https://www.quickrefer.in)
The cdk.json
file tells the CDK Toolkit how to execute your app.
(Previous name of this project is jobdashboard or jt)
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
- Two stacks - QuickReferStaging and QuickReferProd
- uses cdk.context.json
- cdk diff QuickReferStaging -c env=staging
- cdk diff QuickReferProd -c env=prod