lambda-perf
lambda-perf copied to clipboard
Java GraalVM 21 aws build
I have impressive cold start time with the latest JDK 21 release. Unforutnately building the native image with docker gives worse performance. I built directly in t4g large instance. Since the build and runtime environment are same I believe it is optimized for the processor. I want to add my lambda here if possible. Please let me know.
t4g large : 9.34ms
Docker : 234ms