Discussion about this post

User's avatar
Josef Roehrl's avatar

This description of Serverless is quite good.

I, too, think that it should never have been called Serverless in the first place.

Functionally, it's much more like a service, even if that sometimes requires some quasi-server configuration. A stateful service will require some definition of storage. A database will require a key that can be sharded, so it can be scaled reasonably easily. An ECS container will require some definitions for CPU and RAM. And, the like.

I think we can stop talking about Serverless now and concentrate on the services we need to efficiently and rapidly implement our system goals.

Expand full comment

No posts