kvendingoldo / aws-cognito-restore-lambda

MIT License
6 stars 1 forks source link

Add support for creating temporary passwords in the restore process #1

Open dikapriska opened 3 months ago

dikapriska commented 3 months ago

Is your feature request related to a problem? Please describe. When restoring users to AWS Cognito using this tool, there is no clear method for generating or handling temporary passwords for users. This can be challenging when trying to automate user onboarding or recovery processes.

Describe the solution you'd like It would be helpful to have a built-in feature or function that allows for the automatic creation of temporary passwords for restored users. This could include:

Describe alternatives you've considered Currently, we have to manually create temporary passwords outside of the tool and update users in Cognito, which is inefficient and error-prone.

Additional context Adding this feature would enhance the usability of the tool and streamline the user restoration process for developers working with AWS Cognito.

Thanks

kvendingoldo commented 3 months ago

Thank you for reporting. I will try to look how to do it