When using the same lambda subscribed to multiple log groups we get the max size policy error from AWS.
Version used
0.9.0
Context
We use an specific lambda to forward our logs to our monitoring system, so we subscribe it to all our lambdas, as the BaseNodeJsFunction adds permission to our forwarder lambda, after a few deployed stack we get the error.
What's broken?
When using the same lambda subscribed to multiple log groups we get the max size policy error from AWS.
Version used
0.9.0
Context
We use an specific lambda to forward our logs to our monitoring system, so we subscribe it to all our lambdas, as the
BaseNodeJsFunction
adds permission to our forwarder lambda, after a few deployed stack we get the error.