-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
presignup handler #1
Comments
Could you provide a link to your code? Thanks |
Sorry, I need more context. Could you link to a repo? |
I think it has to do with your custom use of types in the lambda function. E.g., you import export type Callback = (err?: Error | string, data?: any) => void; Perhaps try to reuse the same types first, and then see where it fails if you'd like to start using alternative types. |
I tried but still fails |
I think it has to do |
Thanks very much Thanks for your help again |
Glad to hear it! I started experiencing the same problem ~ a month after writing that code. It appears to be an issue with AWS Cognito Auth service that's not yet resolved: https://forums.aws.amazon.com/thread.jspa?messageID=814706 |
Hi
I m going to integrate only pre sign up handler and I m new to node and typescript
The text was updated successfully, but these errors were encountered: