mifi / cognito-backup

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

any reason to limit the max users to 60? #3

Closed ozbillwang closed 6 years ago

ozbillwang commented 6 years ago

https://github.com/mifi/cognito-backup/blob/master/cli.js#L83

  assert(!data.NextToken, 'More than 60 user pools is not yet supported');