owenr88 / cognito-migrator

Migrate users from one Cognito user pool to another

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Export user records from an AWS Cognito user pool.
cognito-import Import user records into an AWS Cognito user pool.
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.

Release

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

About

Migrate users from one Cognito user pool to another

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


Languages

Language:TypeScript 88.8%Language:JavaScript 11.2%