I need to trigger a password reset email from inside a lambda function on aws.
I tried the CognitoIdentityServiceProvider > adminResetUserPassword, but this appears to only set the account as requiring a reset and asks the user the next time they log in, without actually sending an email.
Is there a way to force send the email / trigger the event programmatically?