So I use lambda pre signup tigger in Cognito to do custom email. When I try to set autoVerifyEmail=true
I get the fowllowing error:
Phone or email cannot be auto verified, when user is not being auto confirmed.
so what's the point of this lambda trigger if I change any of event details and I still get the error. My goal here is to implement custom email verification that will use admin_confirm_sign_up() to verify user in the end.