Remix.run Logo
alserio 3 days ago

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

tealpod 3 days ago | parent [-]

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