I read this article https://aws.amazon.com/blogs/opensource/improving-developer-productivity-at-disney-with-serverless-and-open-source/
Disney reduced cold start using #GraalVM
When I look at the image, I see:
- High memory settings
- High Duration
It means high cost.
Don't get me wrong, they improved a lot with the native image, but this is not the point of #serverless.
With #serverless you can write different #lambda with another runtime.
With #rust, you can run 256MB #Lambda and still get a better cold start of native-java at 3000M