AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-22 · Documentation low

File: code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md

Summary

Corrected Swift package dependencies by renaming target to 'cognito-scenario' and referencing AWSCognitoIdentityProvider instead of AWSS3

Security assessment

Change fixes package configuration but doesn't address security vulnerabilities or document security features

Diff

diff --git a/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md b/code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md
index e26e5595b..36ea1db9f 100644
--- a//code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md
+++ b//code-library/latest/ug/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md
@@ -2618 +2618 @@ The `Package.swift` file.
-        name: "http-config",
+        name: "cognito-scenario",
@@ -2641 +2641 @@ The `Package.swift` file.
-                    .product(name: "AWSS3", package: "aws-sdk-swift"),
+                    .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"),