Improving cold start times of Java AWS Lambda functions using GraalVM and native images
TL;DR We’ve all heard that Lambdas written in Java are slow, but there's more that we developers can do to help improve Java Lambda execution times, especially from a cold start. There can also be significant improvements made from a warm startup. Java's 0.7s cold start time...