0

I want to change the email template with both apis(signup, forgotPassword) of AWS Cognito. because I need to add a link to the code verify on that pages.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
pmali
  • 67
  • 1
  • 6

1 Answers1

0

The best way to go is using 3rd party providers for sending Emails in Cognito. This can be done with a custom lambda EmailCustomSender, but it can be only set by the console.

  • I have fixed this issue using creating a new lamda function on AWS Cognito and trigger that function on events. – pmali Oct 31 '21 at 07:39
  • Thats what I mean, the EmailCustomSender is a AWS Cognito event Lambda, but it only can be assign by the console. There is no way to do it from the web – José Ramón Barro Oct 31 '21 at 18:19