|
|
|
|
|
by Herald_MJ
3264 days ago
|
|
No, I'm not peeved by the "misnomer". What is getting a bit annoying is every conversation about serverless being dominated by snarky comments about there being no such thing. As software professionals, we all know there is a server involved in responding to requests for our applications. But 'serverless' does accurately describe services like AWS Lambda, because the experience of development is such that you don't really have to think about servers, along with all the complexity of provisioning, configuring and managing them. TL;DR: It's just a name. Get over it. |
|
Serverless means no server, which is false, because there is a server that runs your code.
> because the experience of development is such that you don't really have to think about servers, along with all the complexity of provisioning, configuring and managing them.
That sounds like you are talking about 'web hosting' or 'application hosting', which existed decades ago, don't see any point in inventing a confusing buzzword when we have perfectly fine terminologies already.
> TL;DR: It's just a name. Get over it.
It's a useless and confusing marketing buzzword that makes having intelligent conversations harder. I would love to understand your rationale for defending this confusing buzzword.