#✅ - Verifying existing user with attributes
5 messages · Page 1 of 1 (latest)
There is no solution out of the box that is available to resolve this issue.
However, there are some interesting lambda triggers that are available and you can take a look, if it can solve your problem. https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html
You can specifically explore the Pre sign-up Lambda trigger (https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-pre-sign-up.html)
Customize Amazon Cognito user pool workflows with AWS Lambda triggers.
Pre Sign-up Lambda trigger.
You can also rely on the user already exists error from Cognito.. User already exists (which would be contingent on how you have Cognito setup)
✅ - Verifying existing user with attributes