PS:
In AWS logs, everything is present, and scraping works perfectly, but It appears that the code doesn't execute after await crawler.run(startUrls) because, as I understand it, it cannot await the promise..
Locally everything is good.
I measured the execution time, and it's approximately around 6 seconds.
Here's the response from the server:
{
"message": "Endpoint request timed out"
}