AWS Lambda Function Cold Starts
AWS Lambda has become a popular mechanism for running code on-demand without the hassle of provisioning infrastructure. The merits of this service have been discussed at several fora on the web. Without delving much into what has already been brough...
harshahegde.hashnode.dev
Joseph S Stevens
10 years of Software Development, Husband, Father and Functional Programming enthusiast.
Well, for starters. Cloud Lamda functions are amazing. Also, the cold start sucks. I also think that the use case for lambda functions is so good, it's time for a new run-time that is really good at cold starts and multi-threading/non-blocking, besides the do it yourself run-times out there. Looking at you .net, Java and V8!
Cough, #LetsDoErlangIn2019