Skip to content

Commit e4fc979

Browse files
authored
Merge pull request #8 from aws-samples/fix-LambdaPerms
Updated Lambda permissions to correct ARN format
2 parents 28ed1ff + 2d35843 commit e4fc979

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)