Serverless
A cloud computing model where the provider manages server infrastructure. Developers write functions that run on-demand without provisioning servers. Pay only for execution time. Ideal for variable workloads, APIs, and event-driven tasks. Not literally server-less—you just don't manage them.