AWS Security ChangesHomeSearch

AWS lambda documentation change

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

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

Summary

Changed 'AWS CloudFormation' to 'CloudFormation' in KMS key configuration documentation

Security assessment

Terminology update only. The KMS key configuration guidance remains security-relevant but this change doesn't introduce new security content or fix vulnerabilities.

Diff

diff --git a/lambda/latest/dg/invocation-eventfiltering.md b/lambda/latest/dg/invocation-eventfiltering.md
index 62d4a5a66..d3231c690 100644
--- a//lambda/latest/dg/invocation-eventfiltering.md
+++ b//lambda/latest/dg/invocation-eventfiltering.md
@@ -315 +315 @@ To view the decrypted value of `FilterCriteria` in the console, ensure that your
-You can specify your own KMS key via the console, API/CLI, or AWS CloudFormation.
+You can specify your own KMS key via the console, API/CLI, or CloudFormation.
@@ -435 +435 @@ This operation overwrites any KMS key that was previously specified. If you spec
-To specify your own KMS key in a AWS CloudFormation template, use the `KMSKeyArn` property of the `AWS::Lambda::EventSourceMapping` resource type. For example, you can insert the following snippet into the YAML template for your event source.
+To specify your own KMS key in a CloudFormation template, use the `KMSKeyArn` property of the `AWS::Lambda::EventSourceMapping` resource type. For example, you can insert the following snippet into the YAML template for your event source.