Skip to content

Comment on Eliminating JavaScript cold starts on AWS Lambdaparent

Comments

It might be reasonable to go without a garbage collector if your whole lifetime is so short.

That isn't how lambda works. A single lambda instance can run for 10s of minutes handling thousands or requests. So not cleaning up memory sounds like a problem to me since you're billed by the GB/second

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.