Skip to content

Commit 1e037fa

Browse files
authored
Edit code comment
Merge pull request #731 from awsdocs/py_typo
2 parents 4feff25 + 4b03a73 commit 1e037fa

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)