Creates an S3
private stack from the contents of ./web
, which is then published via a public CloudFront
CDN
.
By default it is done inside the eu-central-1
region.
The cdk.json
file tells the CDK Toolkit how to execute your app.
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm r 5737 un test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template