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

Circumvent the limitations of this implementation #11

Closed rnjailamba closed 3 years ago

rnjailamba commented 3 years ago

Is your feature request related to a problem? Please describe. How can we make this solution truly seamless i.e. by exporting sensitive information ex. Passwords as well.

Describe the feature you'd like We would like to export sensitive information ex. Passwords to make the solution multi-region

Additional context All the limitations are listed here - https://docs.aws.amazon.com/solutions/latest/cognito-user-profiles-export-reference-architecture/solution-components.html#limitations

ericquinones commented 3 years ago

Hello - thanks for the feedback.

This solution uses the Cognito APIs to retrieve the user profile information, which is then exported to the DynamoDB Global Table. Passwords are not exposed by the API at all so it is not possible to export them.

rnjailamba commented 3 years ago

Understood, thanks for the update.