Skip to content

AWS SDK for iOS 2.23.4 (Deprecated)

Compare
Choose a tag to compare
@aws-amplify-ops aws-amplify-ops released this 22 Apr 18:24
· 980 commits to main since this release
495a654

Deprecated

Please use 2.23.5 or 2.24.0 and up.

New Features

  • AWSMobileClient, AWSCognitoIdentityProvider
    • AWSCognitoIdentityProvider now accepts an Endpoint configuration value that can be used to override the default endpoint of cognito-idp.<region>.amazonaws.com. (See PR #3482.)

      You can use this override value to specify the domain name of, for example, a CloudFront distribution fronted by a Web Application Firewall for DDOS protection on your Cognito User Pool account. The value of Endpoint should be a fully-qualified host name, not a URL. Example:

      "CognitoUserPool": {
        "Default": {
          "AppClientId": "xxx",
          "AppClientSecret": "xxx",
          "Endpoint": "d2XXXXXXXXXXXX.cloudfront.net",
          "PoolId": "xxxxx",
          "Region": "xx-xxx-1"
        }
      }

      WARNING The Amplify CLI will overwrite customizations to the awsconfiguration.json and amplifyconfiguration.json files if you do an amplify push or amplify pull. You will need to manually re-apply the Endpoint customization if you use the CLI to modify your cloud backend.

Misc. Updates

  • Model updates for the following services
    • AWSAutoScaling
    • AWSComprehend
    • AWSEC2
    • AWSPinpoint
    • AWSRekognition
    • AWSLex
    • AWSSQS
    • AWSTranscribe