Skip to content

Commit 4a102ec

Browse files
committed
touched lambda code
1 parent a122ed7 commit 4a102ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redis_sync/src/redis_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# handler to do redis sync from s3
22

33
def sync_handler(event, context):
4-
print("Redis sync handler invoked with event")
4+
print("Hello World from Redis sync handler")

0 commit comments

Comments
 (0)