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