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
- Host: GitHub
- URL: https://github.com/owenr88/cognito-migrator
- Owner: owenr88
- Created: 2024-04-19T13:03:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T15:06:49.000Z (about 1 year ago)
- Last Synced: 2025-06-28T19:53:55.314Z (3 months ago)
- Topics: aws, aws-cognito, cognito, migrate, user, user-pool, user-pools
- Language: TypeScript
- Homepage: https://github.com/owenr88/cognito-migrator
- Size: 397 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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!