We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6691187 commit 82030f5Copy full SHA for 82030f5
cloudformation/iam.yml
@@ -151,7 +151,7 @@ Resources:
151
- lambda:invokeFunction
152
Effect: Allow
153
Resource:
154
- - Fn::Sub: "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}"
+ - Fn::Sub: "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}:*"
155
- PolicyName: lambda-generic
156
PolicyDocument:
157
Version: "2012-10-17"
0 commit comments