AWS solutions documentation change
Summary
Updated code comments (TODO to NOTE) to highlight Cognito domain uniqueness.
Security assessment
The comment change reinforces a security best practice but does not indicate a resolved vulnerability.
Diff
diff --git a/solutions/latest/constructs/aws-fargate-opensearch.md b/solutions/latest/constructs/aws-fargate-opensearch.md index f16a81848..4230a6ecd 100644 --- a//solutions/latest/constructs/aws-fargate-opensearch.md +++ b//solutions/latest/constructs/aws-fargate-opensearch.md @@ -35 +35 @@ Typescript - // TODO: Ensure the Cognito domain name is globally unique + // NOTE: Ensure the Cognito domain name is globally unique @@ -56 +56 @@ Python - # TODO: Ensure the Cognito domain name is globally unique + # NOTE: Ensure the Cognito domain name is globally unique @@ -74 +74 @@ Java - // TODO: Ensure the Cognito domain name is globally unique + // NOTE: Ensure the Cognito domain name is globally unique