npm install -g aws-cdk
The cdk.json
file tells the CDK toolkit how to execute your app.
cdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation templatego test
run unit tests
cdk init --language=go