How can I use cognito to create user accounts, but a different service for verification?
问题 I am building an app that will be using Plivo or Twilio for user interaction and input. I wanted to use AWS Cognito for user management, but for verification, they say a user must verify email or phone number. I wanted to have the user interaction and verification come from the same phone number, so is there a way to set this up in Node.js somehow, where a text to a Plivo/Twilio number reroutes to AWS Cognito for verification? 回答1: You can leverage the custom auth flow to achieve this. Take a