Skip to content

Commit 1c8426f

Browse files
committed
Move comment in Lambda Literals.
1 parent ea88aec commit 1c8426f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

awslambdaric/lambda_literals.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
"""
22
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
Holds warning message that is emitted when an unhandled exception is raised during function invocation.
43
"""
4+
55
lambda_warning = "LAMBDA_WARNING"
6+
7+
# Holds warning message that is emitted when an unhandled exception is raised during function invocation.
68
lambda_unhandled_exception_warning_message = str(
79
f"{lambda_warning}: "
810
"Unhandled exception. "

0 commit comments

Comments
 (0)