donnemartin / awesome-aws

A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Other
12.49k stars 1.69k forks source link

Add rahulpsd18/cognito-backup-restore - Tool for backing up and restoring Cognito user pools #196

Closed rahulpsd18 closed 4 years ago

rahulpsd18 commented 4 years ago

Why is this awesome?

cognito-backup-restore is an AIO Tool for backing up and restoring AWS Cognito User Pools

Amazon Cognito is awesome, but has its own set of limitations. Currently there is no backup option provided in case we need to take backup of users (to move to another service) or restore them to new Userpool.

cognito-backup-restore tries to overcome this problem by providing a way to backup users from cognito pool(s) to json file and vice-versa.


Like this pull request? Vote for it by adding a :+1:

codecov-commenter commented 4 years ago

Codecov Report

Merging #196 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   96.62%   96.62%           
=======================================
  Files           4        4           
  Lines          89       89           
=======================================
  Hits           86       86           
  Misses          3        3           
donnemartin commented 4 years ago

@rahulpsd18 thank you!