AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-05-16 · Documentation low

File: solutions/latest/constructs/aws-lambda-elasticsearch-kibana.md

Summary

Updated code comments (TODO to NOTE) to highlight Cognito domain uniqueness and fixed Python runtime casing.

Security assessment

The comment change emphasizes a security best practice but does not address a specific security issue.

Diff

diff --git a/solutions/latest/constructs/aws-lambda-elasticsearch-kibana.md b/solutions/latest/constructs/aws-lambda-elasticsearch-kibana.md
index 9a319e827..a94bcbad4 100644
--- a//solutions/latest/constructs/aws-lambda-elasticsearch-kibana.md
+++ b//solutions/latest/constructs/aws-lambda-elasticsearch-kibana.md
@@ -49 +49 @@ Typescript
-      // TODO: Ensure the Cognito domain name is globally unique
+      // NOTE: Ensure the Cognito domain name is globally unique
@@ -68 +68 @@ Python
-        runtime=_lambda.Runtime.Python_3_11,
+        runtime=_lambda.Runtime.PYTHON_3_11,
@@ -75 +75 @@ Python
-                                # TODO: Ensure the Cognito domain name is globally unique
+                                # NOTE: Ensure the Cognito domain name is globally unique
@@ -101 +101 @@ Java
-                    // TODO: Ensure the Cognito domain name is globally unique
+                    // NOTE: Ensure the Cognito domain name is globally unique