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 6962e79 commit 49eb731Copy full SHA for 49eb731
datadog_lambda/dsm.py
@@ -14,6 +14,9 @@ def set_dsm_context(event, event_source: _EventSource):
14
and not event_source.equals(EventTypes.SNS)
15
and not event_source.equals(EventTypes.SQS)
16
):
17
+ logger.debug(
18
+ f"DSM:{event_source.to_string()} not supported, not setting checkpoint"
19
+ )
20
return
21
22
for record in event.get("Records", []):
0 commit comments