Hi app heroes. Is there any chance someone knows a process to migrate users from AWS Cognito to AppWrite?
are you able to extract the data from AWS including password hashes and info about the hashing algorithm?
Hi Steven. I'm not sure if there is a way to export users with passwords. Looks like AWS are forcing you to stay with them.
If you're okay with forcing users to reset their password, you can just recreate their account in Appwrite.
Otherwise, their migration lambda trigger might be the way to go...but that migrates one at a time when the user logs into AWS. https://stackoverflow.com/questions/65177358/export-aws-cognito-users-with-password
Recommended threads
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...