Hacker News new | ask | show | jobs
by maxbond 1379 days ago
Cold start would be just as much of a problem on lambda, no? Which is to say, it would or wouldn't be a problem depending on your needs modulo language/runtime choice. If we expect to compute for >15 minutes, cold start is probably not a big deal.
1 comments

you get 0.5~1+ second delay when you use containers in lambda, think its worse on Fargate unless somebody can update with real data here recently.

if you dont use containers in lambda, its super fast unless you start using C#/Java