@@ -3,8 +3,8 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
33Mappings :
44 Constants :
55 DdForwarder :
6- Version : 5.0 .0
7- LayerVersion : " 91 "
6+ Version : 5.1 .0
7+ LayerVersion : " 92 "
88Parameters :
99 DdApiKey :
1010 Type : String
@@ -359,8 +359,7 @@ Conditions:
359359 SetLayerARN : !Not
360360 - !Equals [!Ref LayerARN, ""]
361361 SetDdForwardLog : !Equals [!Ref DdForwardLog, false]
362- SetDdStepFunctionsTraceEnabled :
363- !Equals [!Ref DdStepFunctionsTraceEnabled, true]
362+ SetDdStepFunctionsTraceEnabled : !Equals [!Ref DdStepFunctionsTraceEnabled, true]
364363 SetDdUseCompression : !Equals [!Ref DdUseCompression, false]
365364 SetDdCompressionLevel : !Not
366365 - !Equals [!Ref DdCompressionLevel, 6]
@@ -446,10 +445,7 @@ Resources:
446445 - !Ref DdForwarderExistingBucketName
447446 S3Key : !Sub
448447 - " aws-dd-forwarder-${DdForwarderVersion}.zip"
449- - {
450- DdForwarderVersion :
451- !FindInMap [Constants, DdForwarder, Version],
452- }
448+ - {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
453449 - ZipFile : " "
454450 MemorySize : !Ref MemorySize
455451 Runtime : python3.13
@@ -849,7 +845,7 @@ Resources:
849845 - !Ref SourceZipUrl
850846 - !Sub
851847 - " https://github.com/DataDog/datadog-serverless-functions/releases/download/aws-dd-forwarder-${DdForwarderVersion}/aws-dd-forwarder-${DdForwarderVersion}.zip"
852- - { DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version] }
848+ - {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
853849 # The Forwarder's source code is too big to fit the inline code size limit for CloudFormation. In most of AWS
854850 # partitions and regions, the Forwarder is able to load its source code from a Lambda layer attached to it.
855851 # In places where Datadog can't/doesn't yet publish Lambda layers, use another Lambda to copy the source code
0 commit comments