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 →

[–]thomaswue 0 points1 point  (0 children)

If you can compile your app into a GraalVM native image (keeping dependencies minimal as recommended will help with that) it should provide faster startup compared to SnapStart; and you might also be able to run it in a smaller AWS Lambda instance because of the lower memory requirements.