CDK Commands

TIP

Since I don't globally install anything (unless it's necessary), I'll prefix each of these calls with npx.

cdk init app --language typescript
cdk bootstrap
cdk synth
cdk diff
cdk deploy --require-approval never
cdk destroy