Skip to content

Comment on Eliminating JavaScript cold starts on AWS Lambdaparent

Comments

You can use graalvm AoT. It mitigates the issues for some use cases when you need to use Java. Standard Java on Lambda has not been feasible for me either

Yes, We used GraalVM for data encryption project, side-effect is super fast performance. The number of req/sec also 3x.

AboutSource Built by g1lg1l

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