AWS SDK for Android 2.23.0
github-actions
released this
22 Apr 23:59
·
432 commits
to main
since this release
New Features
- aws-android-sdk-cognitoidentityprovider: support custom endpoint (#2455)
CognitoUserPool
now accepts anEndpoint
configuration value that can be used to override the default endpoint ofcognito-idp.<region>.amazonaws.com
.
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 ofEndpoint
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
andamplifyconfiguration.json
files if you do anamplify push
oramplify pull
. You will need to manually re-apply theEndpoint
customization if you use the CLI to modify your cloud backend.
Bug Fixes
- pinpoint: add campaign attributes to push events (#2458)