As is, the field is required, which means that a serde will throw an error when trying to parse the request, unless you have preventUserExistenceErrors set to true for the client.
If preventUserExistenceErrors is false, the lambda will panic every time, because the field is missing.
As is, the field is required, which means that a serde will throw an error when trying to parse the request, unless you have
preventUserExistenceErrors
set totrue
for the client.If
preventUserExistenceErrors
is false, the lambda will panic every time, because the field is missing.