Reset Users Password - Batch This script will reset Cognito's Users in batches. Run Update the region and UserPoolId inside index.js: const region = '<Region>'; const userPoolId = '<UserPoolId>' Run: node index.js