Pay-Per-Millisecond: A Practical Guide to Serverless Computing (and When to Use It)
In the constant evolution of cloud computing, Serverless is one of the most powerful and most misunderstood concepts. The name itself is a misnomer. Serverless computing doesn't mean there are no servers; it means you, the developer, no longer have t...
hexaviewblogs.hashnode.dev5 min read
Vinayak Joshi
LearningConcepts
Serverless is not infinitely scalable. Every cloud provider has limits on the capacity that your serverless instance can use. Once you hit that limit, requests start failing. And you have to request for increase in provisioned quota - usually through a manual form submission. You cannot just code and forget.