We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
clientId
curl 'http://localhost:9229/' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Origin: http://localhost:3000' \ -H 'Pragma: no-cache' \ -H 'Referer: http://localhost:3000/' \ -H 'Sec-Fetch-Dest: empty' \ -H 'Sec-Fetch-Mode: cors' \ -H 'Sec-Fetch-Site: same-site' \ -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36' \ -H 'content-type: application/x-amz-json-1.1' \ -H 'sec-ch-ua: "Not?A_Brand";v="8", "Chromium";v="108", "Google Chrome";v="108"' \ -H 'sec-ch-ua-mobile: ?0' \ -H 'sec-ch-ua-platform: "macOS"' \ -H 'x-amz-target: AWSCognitoIdentityProviderService.SignUp' \ --data-raw '{"ClientId":"e3o4s4tigabbf9wjm2fbny7ca","Password":"123123","Username":"a@a.com","UserAttributes":[{"Name":"locale","Value":"en"},{"Name":"custom:confirmationCode","Value":"540742"}],"ValidationData":[{"Name":"isBusiness","Value":"true"},{"Name":"userId","Value":"2739"},{"Name":"inviteUrl"}]}' \ --compressed
Expected behaviour: Lambda function is called with specified ValidationData
ValidationData
Actual: Lambda function is called with undefined validationData
undefined
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
clientId
is defined)Expected behaviour:
Lambda function is called with specified
ValidationData
Actual:
Lambda function is called with
undefined
validationDataThe text was updated successfully, but these errors were encountered: