I am trying to export users' data in the user pool. Is there any option providing AWS Cognito.
2 Answers
1
votes
At this point in time, Cognito does not allow a way to export users from a user pool
You can write a lambda to export your Cognito user data, but not password. (Ref https://aws.amazon.com/blogs/mobile/migrating-users-to-amazon-cognito-user-pools/)
We asked AWS support this problem before.