You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comparison of Java 11 in AWS Lambda with Java 8.
Cold starts, auto-scaling and provisioned concurrency
In December 2019 AWS announced another feature that's worth mentioning which I think
brings Java lambda more into the realm of a reasonable choice for an API:
Provisioned Concurrency
About
A comparison of Java 11 in AWS Lambda with Java 8.