|
|
|
|
|
by viraptor
3579 days ago
|
|
> What is the cloud if not other peoples servers? It is, but taken literally and not helpful in infrastructure discussions. "Serverless service" as recently coined means you're not concerned with the server layer. Either the hardware one, or the "http request server" one. What you provide is functions that execute on some action. As long as the API is preserved it doesn't matter if it's one server of one/multiple providers, cloud deployment, room filled with monkeys at keyboards, linux running unicorn, windows running iis, or anything else. It's one level above "set up your services and upload code for specific server" PAAS. And two or so levels above "set up your own servers and services" IAAS. PS. I don't think sdees matches the definition of serverless as it's commonly understood. |
|
No offense to you personally, its just funny how our industry invents new words every year or so, it gets hard to keep uptodate.