serverless

From IndieWeb


serverless is doublethink jargon that misleadingly refers to web applications that completely depend on someone elseโ€™s servers (rather than no servers as a literal interpretation would imply), often through proprietary function as a service (FaaS) services, like AWS_Lambda, which have been used for experimental IndieWeb building blocks implementations.

There are definitions of โserverlessโž that also include backend as a service (BaaS) services, e.g. Serverless Architectures.

IndieWeb members have experimented with โserverlessโž services for various building blocks such as Micropub endpoints.

Criticism

Lock-in

Due to use on proprietary FaaS/BaaS, typical โserverlessโž implementations suffer from a lock-in effect, from code that depends on those proprietary APIs, data formats etc.

See Also