@@ -3,8 +3,8 @@ Description: Pushes logs, metrics and traces from AWS to Datadog.
33Mappings :
44 Constants :
55 DdForwarder :
6- Version : 4.15 .0
7- LayerVersion : " 90 "
6+ Version : 5.0 .0
7+ LayerVersion : " 91 "
88Parameters :
99 DdApiKey :
1010 Type : String
@@ -344,8 +344,7 @@ Conditions:
344344 SetLayerARN : !Not
345345 - !Equals [!Ref LayerARN, ""]
346346 SetDdForwardLog : !Equals [!Ref DdForwardLog, false]
347- SetDdStepFunctionsTraceEnabled :
348- !Equals [!Ref DdStepFunctionsTraceEnabled, true]
347+ SetDdStepFunctionsTraceEnabled : !Equals [!Ref DdStepFunctionsTraceEnabled, true]
349348 SetDdUseCompression : !Equals [!Ref DdUseCompression, false]
350349 SetDdCompressionLevel : !Not
351350 - !Equals [!Ref DdCompressionLevel, 6]
@@ -426,10 +425,7 @@ Resources:
426425 - !Ref DdForwarderExistingBucketName
427426 S3Key : !Sub
428427 - " aws-dd-forwarder-${DdForwarderVersion}.zip"
429- - {
430- DdForwarderVersion :
431- !FindInMap [Constants, DdForwarder, Version],
432- }
428+ - {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
433429 - ZipFile : " "
434430 MemorySize : !Ref MemorySize
435431 Runtime : python3.13
@@ -826,7 +822,7 @@ Resources:
826822 - !Ref SourceZipUrl
827823 - !Sub
828824 - " https://github.com/DataDog/datadog-serverless-functions/releases/download/aws-dd-forwarder-${DdForwarderVersion}/aws-dd-forwarder-${DdForwarderVersion}.zip"
829- - { DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version] }
825+ - {DdForwarderVersion: !FindInMap [Constants, DdForwarder, Version]}
830826 # The Forwarder's source code is too big to fit the inline code size limit for CloudFormation. In most of AWS
831827 # partitions and regions, the Forwarder is able to load its source code from a Lambda layer attached to it.
832828 # In places where Datadog can't/doesn't yet publish Lambda layers, use another Lambda to copy the source code
0 commit comments