AWS cognito documentation change
Summary
Updated Swift package configuration to use AWSCognitoIdentityProvider instead of AWSS3
Security assessment
Corrects package dependencies in MFA implementation example, improving documentation for security feature (multi-factor authentication)
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 b47e7c8c4..f9edfcffd 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: "http-config", + name: "cognito-scenario", @@ -2639 +2639 @@ The `Package.swift` file. - .product(name: "AWSS3", package: "aws-sdk-swift"), + .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"),