Hacker News new | ask | show | jobs
by kaba0 1008 days ago
A minimal Java app can easily start up in 0.1 seconds, which might just as well be good enough, but if not, there is also GraalVM that can output a native binary.
1 comments

I’ll just leave this with you. 0.1 difference may not seem like a lot until you start hitting 100M invocations.

https://mikhail.io/serverless/coldstarts/aws/languages/

Wouldn't you have a lot of warm starts with that many invocations?
At that point, why lambda?