aws-cdk

AWS Cloud Development Kit for defining AWS infrastructure as code

brewmacoslinux
Try with needOr install directly
Source

About

AWS Cloud Development Kit - framework for defining AWS infra as code

Commands

cdk

Examples

Initialize a new CDK project in TypeScript$ cdk init app --language typescript
Deploy a CDK stack to AWS$ cdk deploy MyStackName
Synthesize and view the generated CloudFormation template$ cdk synth