2017-11-18 170 views

回答

1

實際上,AWS最近增加了驗證電子郵件地址並驗證預註冊,拉姆達電話號碼以及能力。基本上,您需要設置autoVerifyEmailautoVerifyPhone在lambda,他們將得到驗證。 更多的信息在official documentation

"response": { 
    "autoConfirmUser": boolean 
    "autoVerifyEmail": boolean 
    "autoVerifyPhone": boolean 
} 
相關問題