serverless
termcloudprogramming
A model where you run code without managing servers, and pay only while it runs.
Serverless (often functions as a service, like AWS Lambda) hides the machines entirely: the platform provisions, scales, and bills per invocation. "Serverless" is a slight misnomer, servers still exist, you just do not operate them.
Also known as: faas, functions as a service, lambda