@bowtie/cdk
v1.8.0-pre
Published
TODO List:
Downloads
93
Readme
Upgrade to v2
TODO List:
- Finish upgrades to v2 using
aws-cdk-libshared 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 buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
