Forgot password link from aws cognito
I started exploring AWS cognito for my dummy ios application, although I am getting a confirmation link in email during new user signup, and clicking on it verifies the email correctly. Do we have same functionality for forgot password i.e. getting a link instead of codes and redirect it to my dummy website where only thing user needs to do is enter is new password. Thanks in advance. Mayur Shingare Its possible I have achieved this in my project. Its done via triggers in aws cognito. In Custom message trigger set lambda function you want to trigger. const AWS = require('aws-sdk'); exports