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 b73e2d8 commit b632390Copy full SHA for b632390
template.yaml
@@ -49,4 +49,4 @@ Resources:
49
FunctionName: !GetAtt FireTailAppSyncLogger.Arn
50
Action: "lambda:InvokeFunction"
51
Principal: "logs.amazonaws.com"
52
- SourceArn: !Sub "arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/appsync/apis/*/*"
+ SourceArn: !Sub "arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/appsync/apis/*"
0 commit comments