DEV Community

TommyAlfaro
TommyAlfaro

Posted on

Performance nodejs 18 vs 20

I have a simple function in aws lambda that make a call to an url , i use http library and sendRequest() function. In nodejs 18 takes only 500mls but in nodejs 20 takes 60s, i really don't now what is going on or how to check it.

Top comments (0)