You probably want to add a few more details on the question here, like what language you are using? and where you have got stuck in trying to implement this?
– JamesKnJul 19 '18 at 14:50
can you share little bit of your progress
You can probably check this:
https://stackoverflow.com/questions/37786384/how-to-call-a-list-of-aws-lambda-permissions-for-a-function?rq=1
– Debashis SahooJul 19 '18 at 16:23
2
I am using nodejs, i have a userpool , i am attaching pre signup lamda trigger . i have to verify user through phone no and as well as email flag.ses functionality cognito it self handling. when only email or phone verification then i am getting the mail and code, but i have validate both phone no and email . i am using event.response.autoConfirmEmail = true; @JamesKn
– ChitrarekhaJul 19 '18 at 16:28