- Just a collection of some interesting scala stuff.
- Playground.
Run
npm init private
npm install jsdom
The cdk.json
file tells the CDK Toolkit how to execute your app.
cdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation
Enjoy!
cdk bootstrap --profile ccGunther
In den lokalen cdk.out Ordner. Hier kann nochmal überprüft werden, was cdk so an Cloudformation yamls erzeugt.
cdk synth --profile ccGunther
cdk deploy --profile ccGunther