From AWS CDK Immersion Day Workshop
- For CodeCommit, need to create an IAM User with
AWSCodeCommitFullAccess
policy - For CodeBuild, need to bring CodeBuild environment to
buildImage: LinuxBuildImage.STANDARD_6_0
- Hotswap:
cdk deploy --hotswap
orcdk watch
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run 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