From 13df8923834576d9e7fb8c9da23a0cb4c6f4b9c5 Mon Sep 17 00:00:00 2001 From: Sean O Brien Date: Tue, 13 Feb 2024 14:38:19 +0000 Subject: [PATCH] Update format of unhandled exception warning message. --- awslambdaric/lambda_literals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awslambdaric/lambda_literals.py b/awslambdaric/lambda_literals.py index 82560c5..2585b89 100644 --- a/awslambdaric/lambda_literals.py +++ b/awslambdaric/lambda_literals.py @@ -13,5 +13,5 @@ "For functions using managed runtimes, runtime updates can be triggered by a function change, or can be applied automatically. " "To determine if the runtime has been updated, check the runtime version in the INIT_START log entry. " "If this error correlates with a change in the runtime version, you may be able to mitigate this error by temporarily rolling back to the previous runtime version. " - "For more information, see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html" + "For more information, see https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html\r" )