Hacker News new | ask | show | jobs
by SoapSeller 1253 days ago
Doesn't lambdas are more efficient than CGI due to ability to keep the runtime env running (JIT cache and all)?
2 comments

Yes it’s like FastCGI. But expensive.
Funny how the word "expensive" when referring to code execution might today mean actual money, not just memory or time.
Yeah: AWS Lambda feels a lot more like the things that came after CGI, not CGI.