|
|
|
|
|
by zsoltkacsandi
848 days ago
|
|
Let's see: - Why do I have to think about the underlying pool of resources? Just maintain it for me. - I don't ever want to provision anything in advance of load. - I don't want to pay for idle resources. Just let me pay for whatever resources I'm actually using. - Serverless doesn't mean it's a burstable VM that saves its instance state to disk during periods of idle. This article was written in 2021. AWS Lambda was introduced in 2014 that fulfilled all of those requirements in those bullet points that you mentioned. Google App Engine is the same, it was introduced in 2008. So again, this article tells only one thing: that the author does not know what he is talking about. |
|