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. |
To use any of the packages, head to the package READMEs in the table above.
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.
Close a new release/x.x.x PR to release to NPM. Too easy!