Skip to content

Commit 4b03a73

Browse files
committed
Edit code comment
1 parent 4feff25 commit 4b03a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/example_code/lambda/basic_lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def lambda_handler(event, context):
3636
:return: Dict of key:value pairs
3737
"""
3838

39-
# Initialize logging
39+
# Log the values received in the event argument
4040
logger.info(f'Request event: {event}')
4141

4242
# Define default hard-coded return values

0 commit comments

Comments
 (0)