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 versioning. #944

Closed kaiz-io closed 7 months ago

kaiz-io commented 8 months ago

There is an issue with package.json version where each app was different. Some would grab latest, any version, pinned to certain that would cause sporadic issues with building at certain times. Changed all the packages that by default cdk uses to follow the same syntax. Working on workflow that will auto update to the same versions and syntax as cdk provides on init.


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