You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should create a second policy and attach it to the role, because we can add a maximum of 44 log groups to one serverless deployment.
The previous issue should have fixed this: #560 but it's not.
For confirmed bugs, please report:
Version: -> 1.12
Steps to Reproduce: add more than 44 log groups in
error from CloudFormation: Resource handler returned message: "The final policy size (20906) is bigger than the limit (20480). (Service: Lambda, Status Code: 400, Request ID:****-b3c8-4363-adc0-****)" (RequestToken: ****-b3c8-4363-adc0-****, HandlerErrorCode: InvalidRequest)
The text was updated successfully, but these errors were encountered:
I have tried to split log groups into 2 lists:
But is still creating only 1 policy:
elastic-serverless-forwarder/.internal/aws/cloudformation/macro.yaml
Line 164 in befdd23
This should create a second policy and attach it to the role, because we can add a maximum of 44 log groups to one serverless deployment.
The previous issue should have fixed this: #560 but it's not.
For confirmed bugs, please report:
error from CloudFormation:
Resource handler returned message: "The final policy size (20906) is bigger than the limit (20480). (Service: Lambda, Status Code: 400, Request ID:****-b3c8-4363-adc0-****)" (RequestToken: ****-b3c8-4363-adc0-****, HandlerErrorCode: InvalidRequest)
The text was updated successfully, but these errors were encountered: