aws-solutions / cognito-user-profiles-export-reference-architecture

A reference architecture for exporting user profiles, group details, and group memberships from an Amazon Cognito User Pool to an Amazon DynamoDB global table using AWS Step Functions and AWS Lambda.
https://aws.amazon.com/solutions/implementations/cognito-user-profiles-export-reference-architecture/
Apache License 2.0
52 stars 19 forks source link

add support for both "phone_number" and "email" as username attribute #51

Open joseantoniosouzadias opened 6 months ago

joseantoniosouzadias commented 6 months ago

This is a severe restriction. Of the 11 user pools I looked at, 8 used both "phone_number" and "email" as username attribute, so using this code will not work.

We're attempting to create a DR solution by duplicating the environment in us-east-1 to us-west-2 without months of setup. This template showed promise, until we hit on this limitation.

Are there any plans to look into this option in the future?

mikeols commented 6 months ago

Hi @joseantoniosouzadias, there are no near-term feature releases planned for this solution. I can take your request and add it to the roadmap for evaluation, but unfortunately I cannot give a timeline yet.