Skip to content

Commit 2d35843

Browse files
committed
Updated Lambda permissions to correct ARN format
1 parent 28ed1ff commit 2d35843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebs/CloudFormation/Stack1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Resources:
5050
- lambda:CreateFunction
5151
- lambda:GetFunction*
5252
- lambda:InvokeFunction
53-
Resource: !Sub 'arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function/DetachVolumeLambda*'
53+
Resource: !Sub 'arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:DetachVolumeLambda*'
5454
- Effect: Allow
5555
Action:
5656
- kms:Encrypt

0 commit comments

Comments
 (0)