We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea88aec commit 1c8426fCopy full SHA for 1c8426f
awslambdaric/lambda_literals.py
@@ -1,8 +1,10 @@
1
"""
2
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.
4
+
5
lambda_warning = "LAMBDA_WARNING"
6
7
+# Holds warning message that is emitted when an unhandled exception is raised during function invocation.
8
lambda_unhandled_exception_warning_message = str(
9
f"{lambda_warning}: "
10
"Unhandled exception. "
0 commit comments