Andrei Vasilev

Results 2 comments of Andrei Vasilev

I have the same problem, when I throw the error, I get back to my client `[ERROR] 05:48.627 OAuth - Error handling auth response. Error: PreSignUp+failed+with+error+%5Bobject+Object%5D` and I have no...

@valeeum I am using this kind of callback inside my lamda function with pre signup trigger ``` const error = new Error(ERROR_MESSAGE); callback(error, event) ``` It correctly validate registration when...