rahulpsd18 / cognito-backup-restore

AIO Tool for backing up and restoring AWS Cognito User Pools
MIT License
196 stars 64 forks source link

restoreUsers function not importing data to userpool #40

Open mauliktagline opened 2 years ago

mauliktagline commented 2 years ago

const data = await restoreUsers(cognitoProvider, 'asasasasasasa', './backups/data1.json','demooooo!@!!12121212') I am using above code snippet to restore users to pool.Backup is done successfully but not able to restore to specific pool id. I am using same region to import and export the users. restoreUsers function returning 200 success code but not importing data to user pool.