mifi / cognito-backup

CLI for backing up AWS Cogntito User Pools
MIT License
154 stars 26 forks source link

Bsckup user groups while respecting API quotas #23

Closed s10z closed 2 years ago

s10z commented 3 years ago

We used Toelkes changes (see other Pull Request) in order to fetch Group information from Cognito plus implemented throttling for the data fetching according to current AWS API quota.

mifi commented 2 years ago

Thanks for your PR. I rewrote this library to ESM and async/await so I had to reimplement your whole PR. I did it in your PR however for some reason I didn't have permissions to push to your branch, so I had to create a new PR #27