I am getting the timeout error in my functions sometimes
“Task timed out after 10.01 seconds”.
But I want my function to be fast , to be able to fetch the results before 10 sec always. Can you suggest me what are the things I can change to make sure my function is fast. I am using node, graphql, mongoDB
Mentioned in your duplicate submission to our helpdesk that I’d ping over here, @rpanjeta . The answers to Hillary’s questions would be a useful place to start our debugging! Did the performance decrease over time? If it’s always been this slow, our advice will be to, well, do less in the function, or connect to faster services - there is no “secret switch” I can flip for faster functions; it’s all about how fast your code runs in AWS lambda, which is not specific to our service and we don’t have any acceleration abilities