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 d079ba6 commit 296c015Copy full SHA for 296c015
datadog_lambda/dsm.py
@@ -30,7 +30,7 @@ def _dsm_set_sqs_context(event):
30
31
ctx = DsmPathwayCodec.decode(contextjson, processor())
32
ctx.set_checkpoint(
33
- ["direction:in", f"topic:{queue_arn}, "type:sqs"],
+ ["direction:in", f"topic:{queue_arn}", "type:sqs"],
34
payload_size=payload_size,
35
)
36
except Exception as e:
0 commit comments