@bowtie/cdk
v1.8.0-pre
Published
TODO List:
Downloads
24
Readme
Upgrade to v2
TODO List:
- Finish upgrades to v2 using
aws-cdk-lib
shared package - Setup bootstrap stack(s) to convert full v2 usage
Guides & References:
- https://dev.to/aws-builders/how-to-migrate-cdk-v1-to-cdk-v2-in-10-minuets-6i6
- https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html
Deprecated API's:
- https://github.com/aws/aws-cdk/blob/v1-main/DEPRECATED_APIs.md
Useful commands
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