S

Serverless

Definition

A cloud execution model where the cloud provider dynamically manages the allocation and provisioning of servers. Developers write functions that are triggered by events, paying only for the compute time consumed. Examples include AWS Lambda, Azure Functions, and Google Cloud Functions.

Defined Term