Skip to content

Commit b7d4d82

Browse files
committed
print received payload comment
1 parent 99c59bc commit b7d4d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def handler(event, context):
88
"""
99
Lambda handler function
1010
"""
11-
# Log the input event TODO: remove this line
12-
print("Received event:", json.dumps(event, indent=2))
11+
# Log the input event for debugging purposes
12+
# print("Received event:", json.dumps(event, indent=2))
1313

1414
if "message" not in event:
1515
return {

0 commit comments

Comments
 (0)