AWS cognito documentation change
Summary
Modified Swift package configuration names and dependencies in MFA sign-up example
Security assessment
The changes appear to update code example structure (renaming modules and switching from AWSCognitoIdentityProvider to AWSS3 dependency) but do not explicitly address security vulnerabilities or enhance security documentation.
Diff
diff --git a/cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md b/cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md index 1046fa923..c2609fa84 100644 --- a//cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md +++ b//cognito/latest/developerguide/cognito-identity-provider_example_cognito-identity-provider_Scenario_SignUpUserWithMfa_section.md @@ -2616 +2616 @@ The `Package.swift` file. - name: "listusers", + name: "http-config", @@ -2637 +2637 @@ The `Package.swift` file. - name: "listusers", + name: "cognito-scenario", @@ -2639 +2639 @@ The `Package.swift` file. - .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"), + .product(name: "AWSS3", package: "aws-sdk-swift"),