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
I am seeing SAM is creating multiple aws lambda permission and not sure why
For every AWS::Serverless::Function defined in the YAML i am getting two permission which is taking away resource how we can avoid this ..
We have named our Stage to something else instead of STAGE and TEST so why would it create permission for stage and test
Hi @ashishusoni I have read on other posts that the "Test" permission is required by the "Test" button in API Gateway. There has been some discussion around an option for opting out... sorry I don't have the link at hand.
I also find it crazy that with a strict 200 resource limit in CloudFormation, why we are forced to accept extra resources that are not required.
@Michael1d is correct. The existing issue is #285. Please feel free to +1 it to help us prioritize adding an opt-out of creating the test permission. Closing this issue as a duplicate.
I am seeing SAM is creating multiple aws lambda permission and not sure why
For every AWS::Serverless::Function defined in the YAML i am getting two permission which is taking away resource how we can avoid this ..
We have named our Stage to something else instead of STAGE and TEST so why would it create permission for stage and test
CreateClientModuleFunctionGetEventPermissionStage
CreateClientModuleFunctionGetEventPermissionTest
The text was updated successfully, but these errors were encountered: