Comment on Eliminating JavaScript cold starts on AWS LambdaparentComments−alserio1yYou 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−tealpod1yYes, We used GraalVM for data encryption project, side-effect is super fast performance. The number of req/sec also 3x.
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.