AWS Security ChangesHomeSearch

AWS config documentation change

Service: config · 2026-01-13 · Documentation low

File: config/latest/developerguide/lambda-function-settings-check.md

Summary

Expanded excluded regions list and swapped/updated 'timeout' and 'memorySize' parameter definitions

Security assessment

Changes involve regional availability and parameter ordering/documentation corrections. No security features added or vulnerabilities addressed.

Diff

diff --git a/config/latest/developerguide/lambda-function-settings-check.md b/config/latest/developerguide/lambda-function-settings-check.md
index c6141d4e5..0d3c77c28 100644
--- a//config/latest/developerguide/lambda-function-settings-check.md
+++ b//config/latest/developerguide/lambda-function-settings-check.md
@@ -17 +17 @@ Checks if the AWS Lambda function settings for runtime, role, timeout, and memor
-**AWS Region:** All supported AWS regions except China (Ningxia) Region
+**AWS Region:** All supported AWS regions except China (Beijing), Asia Pacific (Thailand), AWS GovCloud (US-East), AWS GovCloud (US-West), Mexico (Central), Asia Pacific (Taipei), China (Ningxia) Region
@@ -33 +33 @@ Name or ARN of the AWS Lambda execution role
-timeout (Optional)
+memorySize (Optional)
@@ -35 +35 @@ Type: int
-Default: 3
+Default: 128
@@ -38 +38 @@ Default: 3
-AWS Lambda function timeout in seconds
+AWS Lambda function size in megabytes
@@ -40 +40 @@ AWS Lambda function timeout in seconds
-memorySize (Optional)
+timeout (Optional)
@@ -42 +42 @@ Type: int
-Default: 128
+Default: 3
@@ -45 +45 @@ Default: 128
-AWS Lambda function size in megabytes
+AWS Lambda function timeout in seconds