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 f7c5872 commit 2f9d5e4Copy full SHA for 2f9d5e4
lambdas/id_sync/src/id_sync.py
@@ -13,6 +13,7 @@
13
- Any unexpected error is wrapped into `IdSyncException(message="Error processing id_sync event")`.
14
"""
15
16
+
17
@logging_decorator(prefix="id_sync", stream_name=STREAM_NAME)
18
def handler(event_data: Dict[str, Any], _context) -> Dict[str, Any]:
19
try:
0 commit comments