We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a122ed7 commit 4a102ecCopy full SHA for 4a102ec
1 file changed
redis_sync/src/redis_sync.py
@@ -1,4 +1,4 @@
1
# handler to do redis sync from s3
2
3
def sync_handler(event, context):
4
- print("Redis sync handler invoked with event")
+ print("Hello World from Redis sync handler")
0 commit comments