简体   繁体   中英

AWS Two Step Registration - Cognito, Lambda, Python, Boto3

Is there any tutorial or any documentation on how to create two step registration with AWS Cognito and Lambda (Python). But in between Step1 and Step2, to be verification mail sent to user to verify that email from Step1?

Here's an example repository implementation for signing up and verifying users using Cognito and Python: https://github.com/parisnakitakejser/video-tutorial-python-code/tree/master/aws/Cognito

Not sure this is exactly what you are looking for though, more clarification on what you mean about creating the 2-step registration would be helpful.

Note: There is a neat python library for wrapping cognito called pycognito that may be of help. Check it out here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM