AWS Cognito: Creating aws cognito user from express app within lambda function using aws-sdk is giving time out #4447
Unanswered
PrajapatiDhara1510
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a cognito user from serverless express within lambda function using aws-sdk in node js.
I tried with plain lambda function by creating a cognito user, and it works. Below working is my code:
The above code successfully creates a user in cognito and gives success response. But when I try the same with serverless express and lambda function, it just gives time out—not creating users at all. Below is the code:
I am stuck from last many days. Not getting the correct issue. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions