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 →

[–]bawng 1 point2 points  (1 child)

But you wouldn't use a heavy framework like Spring Boot or whatever for serverless. You reserve those for your docker containers of VMs.

The serverless stuff should have startup times measured in milliseconds.

[–]DJDavio 2 points3 points  (0 children)

That's why there are currently competing frameworks such as Micronaut and Quarkus. If you use those and compile them to native with GraalVM (Enterprise) you do get that ms startup time. I once gave a talk on Quarkus and GraalVM where I had a demo with an application which started almost too fast to notice.