Skip to content

Commit 9dbf2de

Browse files
fix
1 parent 6c8ec7f commit 9dbf2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/dsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _dsm_set_sqs_context(event):
3030

3131
ctx = DsmPathwayCodec.decode(contextjson, processor())
3232
ctx.set_checkpoint(
33-
["direction:in", f"topic:{queue_arn}, "type:sqs"],
33+
["direction:in", f"topic:{queue_arn}", "type:sqs"],
3434
payload_size=payload_size,
3535
)
3636
except Exception as e:

0 commit comments

Comments
 (0)