AWS code-library documentation change
Summary
Changed CDK stack name from EntityResolutionCdkStack to EntityResolutionCdkStack2 in code example
Security assessment
The change only modifies a stack name variable in sample code. There is no evidence of security vulnerability fixes, security configuration changes, or security-related documentation additions. This appears to be a routine example update to demonstrate stack naming conventions.
Diff
diff --git a/code-library/latest/ug/entityresolution_example_entityresolution_Scenario_section.md b/code-library/latest/ug/entityresolution_example_entityresolution_Scenario_section.md index ad34a4d9d..43bb6e9f6 100644 --- a//code-library/latest/ug/entityresolution_example_entityresolution_Scenario_section.md +++ b//code-library/latest/ug/entityresolution_example_entityresolution_Scenario_section.md @@ -46 +46 @@ Run an interactive scenario demonstrating AWS Entity Resolution features. - private static final String STACK_NAME = "EntityResolutionCdkStack"; + private static final String STACK_NAME = "EntityResolutionCdkStack2";