-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The final policy size (20786) is bigger than the limit (20480) #42
Comments
@kgrodzicki Are you working on fixing this or are you just reporting it? |
I'm on it
|
Cool, thank you. |
#42 fix duplicated policy configuration for SNS topics
I am using gulp-awslambda instead. ISSUE: SOLUTION:
|
Each deploy adds policy permission for lambda function. Deploy fails when policy size exceeds the limit.
com.amazonaws.services.lambda.model.PolicyLengthExceededException: The final policy size (20786) is bigger than the limit (20480). (Service: AWSLambda; Status Code: 400; Error Code: PolicyLengthExceededException; Request ID: 6bedc15d-9ceb-11e6-8889-dd864af63382) at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleErrorResponse(AmazonHttpClient.java:1529)
The text was updated successfully, but these errors were encountered: