AWS Security ChangesHomeSearch

AWS lambda documentation change

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

File: lambda/latest/dg/with-msk.md

Summary

Added note about console-based management of MSK event source mappings with automated Lambda execution role permission setup. Updated link text for permissions documentation.

Security assessment

The change introduces documentation about streamlined permission management for Lambda-MSK integrations, which relates to security best practices (IAM roles). However, there is no evidence of addressing a specific security vulnerability.

Diff

diff --git a/lambda/latest/dg/with-msk.md b/lambda/latest/dg/with-msk.md
index 3485dcf8e..1cfbc11a6 100644
--- a//lambda/latest/dg/with-msk.md
+++ b//lambda/latest/dg/with-msk.md
@@ -21,0 +22,4 @@ This chapter explains how to use an Amazon MSK cluster as an event source for yo
+###### Note
+
+You can now create and manage your Amazon MSK event source mappings directly from either the Lambda or the Amazon MSK console. Both consoles offer the option to automatically handle the setup of the necessary Lambda execution role permissions for a more streamlined configuration process.
+
@@ -30 +34 @@ For examples on how to set up a Lambda integration with an Amazon MSK cluster, s
-  * [Configuring Lambda execution role permissions](./with-msk-permissions.html)
+  * [Configuring Lambda permissions for Amazon MSK event source mappings](./with-msk-permissions.html)