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.
Asked
Active
Viewed 136 times
0

John Rotenstein
- 241,921
- 22
- 380
- 470

pmali
- 67
- 1
- 6
-
1For tips on asking a good question, please see: [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask) – John Rotenstein Oct 18 '21 at 22:32
-
And check out the [tour] page for a free badge! – RisingSun Oct 18 '21 at 22:35
-
1You can use ses and lambda triggers to customize you email message. – Ninad Gaikwad Oct 19 '21 at 12:04
1 Answers
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.

José Ramón Barro
- 9
- 1
-
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