Skip to content

Commit e7248e6

Browse files
authored
[Logs forwarder] update tempalte - rename lambda permission to avoid conflicts on CF stack updates (DataDog#861)
1 parent ef5859b commit e7248e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/logs_monitoring/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ Resources:
651651
Tags:
652652
- Value: !FindInMap [Constants, DdForwarder, Version]
653653
Key: dd_forwarder_version
654-
CloudWatchLogsPermission:
654+
CloudWatchLogsInvokePermission:
655655
Type: AWS::Lambda::Permission
656656
Properties:
657657
FunctionName: !GetAtt "Forwarder.Arn"

0 commit comments

Comments
 (0)