Skip to content

Commit 68335fa

Browse files
committed
init: to make PR
1 parent 0aa9012 commit 68335fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lambdas/redis_sync/src/redis_sync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ def handler(event, _):
5050
return {"status": "success", "message": no_records}
5151

5252
except Exception:
53+
# PoC: comment to make PR
5354
logger.exception("Error processing S3 event")
5455
return {"status": "error", "message": "Error processing S3 event"}

0 commit comments

Comments
 (0)