Deploying a sizeable serverless application, we had first hit the cap of 200 resources. we using serverless-plugin-split-stacks
library solved that issue but possibly introduced another one later on:
An error occurred: IamRoleLambdaExecution - Maximum policy size of 10240 bytes exceeded for role pca-console-production-ap-northeast-2-lambdaRole (Service: AmazonIdentityManagement; Status Code: 409; Error Code: LimitExceeded;
This errors related a code lines?
Any advice or suggestion would be appreciated. Thank you in advance.