I am working on an app and i am using AWS cognito as credential manager. I want to block any fake email domain from getting registered on my website (e.g. abcd@yoppmail.com, alcd@fakemail.com etc.)
So, Is there any way to blacklist these domains(yoppmail.com , fakemail.com etc.) .
All i found out from AWS docs is (Pre sign-up Lambda trigger. but i want to do it from cognito console only. from AWS console only without touching the codes of my app.