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 cc21266 commit b663dd8Copy full SHA for b663dd8
template.yaml
@@ -42,4 +42,11 @@ Resources:
42
FIRETAIL_APP_TOKEN:
43
Ref: FTAPPKEY
44
SEMANTIC_VERSION:
45
- Ref: SemanticVersion
+ Ref: SemanticVersion
46
+ LambdaInvokePermission:
47
+ Type: "AWS::Lambda::Permission"
48
+ Properties:
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/*/*"
0 commit comments