Ever since cloud computing came into prominence since late 2000s, there is more focus on the cost savings in the industry and customer conversations. Cloud costs is a much more complex discussion than a simple statement on cost savings. We have heard tons of stories from organizations savings money on the cloud but we have […]
On The Serverless Cold Start Problem
One of the biggest complaints against Functions as a Service (FaaS) like AWS Lambda, Google Cloud Functions, Azure Functions, IBM Functions, etc. is the problem of cold start. Cold start is about the delay between the execution of a function after someone invokes it. To be more specific, it is about the function at the […]