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

aws-cdk-lib library should be declared as peer dependencies #28

Closed MarcioMeier closed 1 month ago

MarcioMeier commented 1 month ago

What's broken?

Using another cdk version in my project breaks the mostly the type definitions as it causes a miss match with the cdk-practical-constructs.

Tried to use the aws-cdk-lib in version 2.152.0 and got type errors.

Version used

0.8.0