Skip to content

Commit 6c8ec7f

Browse files
Update datadog_lambda/dsm.py
Co-authored-by: Rey Abolofia <[email protected]>
1 parent 116b7d9 commit 6c8ec7f

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", "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)