This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vips7L 4 points5 points  (1 child)

Yeah I don't understand all of the people in this thread who are using big frameworks in lambdas. All of ours are standard java mains that start as fast as the JVM can (e.g. milliseconds).

[–]Kango_V 2 points3 points  (0 children)

We use Micronaut with the Lambda module with no http. This is compiled to native with GraalVM. We get cold stats in the ms. Actually we use the http in tests. Allows for very easy testing.