AWS Security ChangesHomeSearch

AWS lambda documentation change

Service: lambda · 2025-06-25 · Documentation low

File: lambda/latest/dg/example_lambda_UpdateFunctionConfiguration_section.md

Summary

Added PowerShell V5 examples for Update-LMFunctionConfiguration including DeadLetterConfig settings

Security assessment

The update provides configuration examples but does not directly address security issues or document security-specific features.

Diff

diff --git a/lambda/latest/dg/example_lambda_UpdateFunctionConfiguration_section.md b/lambda/latest/dg/example_lambda_UpdateFunctionConfiguration_section.md
index 9ce5cec3e..14f5a649f 100644
--- a//lambda/latest/dg/example_lambda_UpdateFunctionConfiguration_section.md
+++ b//lambda/latest/dg/example_lambda_UpdateFunctionConfiguration_section.md
@@ -324,0 +325,14 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example updates the existing Lambda Function Configuration**
+    
+    
+    Update-LMFunctionConfiguration -FunctionName "MylambdaFunction123" -Handler "lambda_function.launch_instance" -Timeout 600 -Environment_Variable @{ "envvar1"="value";"envvar2"="value" } -Role arn:aws:iam::123456789101:role/service-role/lambda -DeadLetterConfig_TargetArn arn:aws:sns:us-east-1: 123456789101:MyfirstTopic
+    
+
+  * For API details, see [UpdateFunctionConfiguration](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+