How can you verify emails in SES once it is verified in Cognito? Expected behaviour is when user registers via Cognito, they receive verification email. After clicking on verification link user will be verified both in Cognito and SES.
I would be happy if I could even do the same with SNS
UPDATE For whom are interested, I had my SES account under sandbox. Of course in production I can send emails to my Cognito user pool with asking them to register again in SES
SES Identity policy
withcognito-idp.amazonaws.com
Using this the cognito can directly use this email in their configuration and auto verification email should work fine! – Jayesh Dhandhasandbox
state as AWS wants to make sure you understand implications of utilising this service. When going to production you need to request for limit increase. docs.aws.amazon.com/ses/latest/DeveloperGuide/… – Peter Pajchl