Skip to content

Commit 209cdf3

Browse files
James Healypda
andauthored
Update templates/aws-stack.yml
Co-authored-by: Paul Annesley <[email protected]>
1 parent ada4eef commit 209cdf3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/aws-stack.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -945,10 +945,12 @@ Resources:
945945
AssumeRolePolicyDocument:
946946
Version: 2012-10-17
947947
Statement:
948-
- Action: ['sts:AssumeRole']
949-
Effect: Allow
948+
- Effect: Allow
950949
Principal:
951-
Service: [lambda.amazonaws.com]
950+
Service:
951+
- lambda.amazonaws.com
952+
Action:
953+
- sts:AssumeRole
952954
ManagedPolicyArns:
953955
- arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole
954956
Policies:

0 commit comments

Comments
 (0)