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 2634e0f commit c3682f8Copy full SHA for c3682f8
template.yaml
@@ -3605,7 +3605,7 @@ Resources:
3605
- Effect: Allow
3606
Action:
3607
- lambda:InvokeFunction
3608
- Resource: !Sub "arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-CopyToBaselineResolverFunction-*"
+ Resource: !Sub "arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:${AWS::StackName}-CopyToBaseline*"
3609
# Allow AppSync access for document updates
3610
- Statement:
3611
0 commit comments