/cdk-example

CDK Example

Primary LanguageJavaScript

CDK-Example project

Requirements

1 - AWS Command Line Interface

2 - AWS CLI configured

aws configure

3 - AWS CDK

npm install -g aws-cdk

Initial setup

cdk bootstrap
make init

How to plan the architecture

make plan