Hi there,
when deployed I see my lambda functions return status 502. I know there is a timeout after 10s.
Testing the page local with the cli, I get response times like these most of the time:
Response with status 200 in 454 ms.
after page refresh
Response with status 200 in 58 ms.
and never above 800ms. The function fetches data from fauna db and on the test page I’ve removed all function calls but one.
I am currently stuck and don’t know how to investigate further.