I am using aws cognito service with lambda function in python to verify and signup user when user click on verification link of email but the problem i am facing is
- in email images are not showing up.
- when user clicks on verification link it goes to the cogito default success page where it says user verified but instead of this i want that it should redirect to my website
i have already tried to append redirect_url="{url}" in url but it doesn't work seems like their is no property of aws to do redirect like that
- i want that my image urls works and images shows perfectly in email
- it should redirect to my website when verification is successful