Skip to content

Commit 0270b04

Browse files
committed
logging event for testing
1 parent f0941da commit 0270b04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ def handler(event, context):
99
"""
1010
Lambda handler function
1111
"""
12+
print("Received event:", json.dumps(event))
13+
1214
if "body" in event:
1315
try:
1416
event = json.loads(event["body"])

0 commit comments

Comments
 (0)