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 87ce7dc commit 56ddfefCopy full SHA for 56ddfef
amplify-ci/amplify-template.yaml
@@ -63,6 +63,12 @@ Resources:
63
Resource:
64
- !Sub "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:*"
65
- !Sub "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:layer:*"
66
+ -
67
+ Effect: Allow
68
+ Action:
69
+ - lambda:GetLayerVersion
70
+ Resource:
71
+ - !Sub "arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPython*"
72
-
73
Effect: Allow
74
Action:
0 commit comments