getmoto / moto

A library that allows you to easily mock out tests based on AWS infrastructure.

Home Page:http://docs.getmoto.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cognito-Idp: I see 'code_delivery_details' is nil when signingUp.

bblommers opened this issue · comments

Discussed in #7701

Originally posted by atharnoor2 May 16, 2024
I'm using moto via Docker and have setup Lambda, UserPool and client. When I signup a new user in the pool, I see the code_delivery_details is always return as nil. Incase of ForgotPassword, it does turn code_delivery_details in response. Is this something not supported for signUp at the moment ?