AWS Security ChangesHomeSearch

AWS lambda documentation change

Service: lambda · 2025-11-19 · Documentation low

File: lambda/latest/dg/troubleshooting-invocation.md

Summary

Updated CloudFormation references in container ENTRYPOINT error documentation

Security assessment

Terminology update in troubleshooting guide. While ImageConfig validation is mentioned, the change doesn't address a specific security vulnerability

Diff

diff --git a/lambda/latest/dg/troubleshooting-invocation.md b/lambda/latest/dg/troubleshooting-invocation.md
index 32d6c0f8a..ab6af9803 100644
--- a//lambda/latest/dg/troubleshooting-invocation.md
+++ b//lambda/latest/dg/troubleshooting-invocation.md
@@ -215 +215 @@ Verify that the ENTRYPOINT to your container image includes the absolute path as
-**Error:** _You are using an AWS CloudFormation template, and your container ENTRYPOINT is being overridden with a null or empty value._
+**Error:** _You are using an CloudFormation template, and your container ENTRYPOINT is being overridden with a null or empty value._
@@ -217 +217 @@ Verify that the ENTRYPOINT to your container image includes the absolute path as
-Review the [ImageConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-function-imageconfig.html) resource in the AWS CloudFormation template. If you declare an `ImageConfig` resource in your template, you must provide non-empty values for all three of the properties.
+Review the [ImageConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-function-imageconfig.html) resource in the CloudFormation template. If you declare an `ImageConfig` resource in your template, you must provide non-empty values for all three of the properties.