Using the plugin the deploy fails with a stack failing for
The final policy size (20554) is bigger than the limit (20480). (Service: AWSLambda; Status Code: 400
We used to have this issue when Serverless generated our permissions as well, however we have overriden the default iam role and specified our own global log permissions.
Looks like this plugin needs to see that provider -> role has been specified and not generate permissions?
Using the plugin the deploy fails with a stack failing for
We used to have this issue when Serverless generated our permissions as well, however we have overriden the default iam role and specified our own global log permissions.
Looks like this plugin needs to see that provider -> role has been specified and not generate permissions?