An open API service indexing awesome lists of open source software.

https://github.com/owenr88/cognito-migrator

Migrate users from one Cognito user pool to another
https://github.com/owenr88/cognito-migrator

aws aws-cognito cognito migrate user user-pool user-pools

Last synced: 2 months ago
JSON representation

Migrate users from one Cognito user pool to another

Awesome Lists containing this project

README

          

# Cognito Migrator

This repo contains a few dev tools that can be handy to migrate AWS Cognito user pools. It contains:

| Package | Description |
| ------------------------------------------- | --------------------------------------------------------------------------- |
| [cognito-export](/packages/cognito-export) | Export user records from an AWS Cognito user pool. |
| [cognito-import](/packages/cognito-import/) | Import user records into an AWS Cognito user pool. |
| [zod-cognito](/packages//zod-cognito/) | Zod schemas for verifying import and export data in AWS Cognito user pools. |

## Getting started

To use any of the packages, head to the package READMEs in the table above.

## Contributing

Contributions are welcome!

Run `npm run start` to watch all packages for local development.

Please open an issue and create a pull request with any contributions.

We generate the changelog using [Angular's git message conventions](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular).

## Release

Close a new release/x.x.x PR to release to NPM. Too easy!