AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-10-10 · Documentation low

File: code-library/latest/ug/java_2_entityresolution_code_examples.md

Summary

Changed CDK stack name variable from EntityResolutionCdkStack to EntityResolutionCdkStack2 in Java code example

Security assessment

This change only modifies a stack name variable in a code example. There is no evidence of security vulnerability remediation, credential handling changes, or security configuration adjustments. The change appears to be a routine example identifier update.

Diff

diff --git a/code-library/latest/ug/java_2_entityresolution_code_examples.md b/code-library/latest/ug/java_2_entityresolution_code_examples.md
index f69e20df2..dd7a001f4 100644
--- a//code-library/latest/ug/java_2_entityresolution_code_examples.md
+++ b//code-library/latest/ug/java_2_entityresolution_code_examples.md
@@ -157 +157 @@ Run an interactive scenario demonstrating AWS Entity Resolution features.
-        private static final String STACK_NAME = "EntityResolutionCdkStack";
+        private static final String STACK_NAME = "EntityResolutionCdkStack2";