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

feat: don't add permission to the log subscribed lambda #41

Closed MarcioMeier closed 1 month ago

MarcioMeier commented 1 month ago

Summary

After a few lambdas' logs subscribing to the same lambda and adding permission to that lambda, we'll get max policy size limit error.

So instead of we adding permission on our side, we are leaving the responsibility of managing the invoke permissions for the final user.

Breaking changes

Closing issues

Fixes #40