Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.02 KB

File metadata and controls

41 lines (31 loc) · 1.02 KB

scala-cheatsheet

Actions Status

  • Just a collection of some interesting scala stuff.
  • Playground.

ScalaJs

Run

npm init private
npm install jsdom

cdk subproject

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • cdk ls list all stacks in the app
  • cdk synth emits the synthesized CloudFormation template
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk docs open CDK documentation

Enjoy!

Zunächst muß CDKToolkit in der AWS deployt werden.

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

Deployen in die AWS

cdk deploy --profile ccGunther