We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c59bc commit b7d4d82Copy full SHA for b7d4d82
index.py
@@ -8,8 +8,8 @@ def handler(event, context):
8
"""
9
Lambda handler function
10
11
- # Log the input event TODO: remove this line
12
- print("Received event:", json.dumps(event, indent=2))
+ # Log the input event for debugging purposes
+ # print("Received event:", json.dumps(event, indent=2))
13
14
if "message" not in event:
15
return {
0 commit comments