Skip to content

Commit 2f9d5e4

Browse files
committed
VED-755: refactor handler2
1 parent f7c5872 commit 2f9d5e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/id_sync/src/id_sync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Any unexpected error is wrapped into `IdSyncException(message="Error processing id_sync event")`.
1414
"""
1515

16+
1617
@logging_decorator(prefix="id_sync", stream_name=STREAM_NAME)
1718
def handler(event_data: Dict[str, Any], _context) -> Dict[str, Any]:
1819
try:

0 commit comments

Comments
 (0)