flaviostutz / cdk-practical-constructs

A collection of CDK constructs for making the development of AWS based applications easier and safer in a practical way
MIT License
4 stars 2 forks source link

feat: update `aws-cdk-lib` and make it peer dependency #37

Closed MarcioMeier closed 1 month ago

MarcioMeier commented 1 month ago

Summary

Make the aws-cdk-lib a peer dependency so we don't force our users to be in the same versino as we defined in the this lib.

Breaking changes

It might have breaking change as I bumped the cdk lib version, all the tests passed and examples worked fine though.

Closing issues

Fixes #28