rahulpsd18 / cognito-backup-restore

AIO Tool for backing up and restoring AWS Cognito User Pools
MIT License
196 stars 63 forks source link

Provided support for userpool backup in csv format #17

Closed ashishkujoy closed 4 years ago

ashishkujoy commented 4 years ago
rahulpsd18 commented 4 years ago

The npm start command is failing with Cannot find module '../../build/OutputFormat' in src/cli/options.ts. Shouldn't it be exported from src/index.ts and then imported from it?

Also, could you please try running the new code on a demo cognito pool to make sure its running properly.

ashishkujoy commented 4 years ago

@rahulpsd18 is it good to merge?