Integrate Existing Aws Cognito User Pool into iOS Project with Amplify

Integrate existing AWS Cognito user pool into iOS project with Amplify

Update: Since 2020 Amplify allows you to use existing User Pools (yeah!). Just run:

amplify import auth

Source: https://aws.amazon.com/de/about-aws/whats-new/2020/10/use-existing-cognito-user-pools-identity-pools-for-amplify-project/

Integrate existing AWS Cognito user pool into iOS project with Amplify

Update: Since 2020 Amplify allows you to use existing User Pools (yeah!). Just run:

amplify import auth

Source: https://aws.amazon.com/de/about-aws/whats-new/2020/10/use-existing-cognito-user-pools-identity-pools-for-amplify-project/

When using amplify, where is my Cognito User Pool?

Bob,

Kindly check your Amplify logs to see what has really happened. If configuration and provisioning are successful, Amplify will write the configurations in aws-exports.js. if you cannot find the file, simply fire > grep "userPoolId:" . -r

Robin



Related Topics



Leave a reply



Submit