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
5 stars 6 forks source link

Fix/aws cdk lib imports #25

Closed MarcioMeier closed 5 months ago

MarcioMeier commented 5 months ago

Summary

We should avoid importing the whole package of aws-cdk-lib but import its specialized version. e.g., aws-cdk-lib/aws-iam I also created an eslint rule to cover it