I m implementing AWS Cognito in .Net application for User Signup/SignIn. And using code verification for SignUp Confirmation.
I m trying to customize verification messages in AWS Cognito console like this
but later I found that same email goes out when Forgot Password sends the verification code.
I want to send a different verification code email on 'Forgot Password'.
Do I need to write a Lambda function to trigger custom email like on some event "CustomMessage_SignUp"?
And this needs to be written on AWS Lambda console or I can write in .Net project and can link it with Cognito?
How can I achieve this, please advice?