Skip to content

Commit 82030f5

Browse files
committed
fix IAM policy
1 parent 6691187 commit 82030f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/iam.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Resources:
151151
- lambda:invokeFunction
152152
Effect: Allow
153153
Resource:
154-
- Fn::Sub: "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}"
154+
- Fn::Sub: "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}:*"
155155
- PolicyName: lambda-generic
156156
PolicyDocument:
157157
Version: "2012-10-17"

0 commit comments

Comments
 (0)