npm run build
compile typescript to jsnpm run watch
watch for changes and compilecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
- Run
cdk bootstrap aws://{AWS_ACCOUNT_ID}/{AWS_REGION} --profile {PROFILE_NAME}
- Run
cdk deploy --profile {PROFILE_NAME}
-
AWS_ACCOUNT_ID: AWS Account ID
-
AWS_REGION: AWS Region (Prefer eu-central-1)
-
PROFILE_NAME: Profile with
Access key ID
,Secret access key
andRegion configured