aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.96k stars 2.1k forks source link

Fix(ts): Fix aws-cdk-lib and deprecated method/properties #943

Closed kaiz-io closed 7 months ago

kaiz-io commented 8 months ago

After updating to latest aws-cdk-lib theses are the fixes for simple deprecated method/property fixes.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

bilalmughal commented 8 months ago

If we are updating the aws-cdk-lib, why don't we bump it to the latest available version, 2.100.0, instead of 2.99.1?"

kaiz-io commented 8 months ago

CDK has been releasing new version, at least in the past month, every 4-5 days. I started this about a week back. I am planning on following this up with workflow that will run once a month that will automate the version upgrades to match current cdk init. It will also report any deprecated methods so that we can go back and fix them.