Serverless computing
Serverless computing
Serverless computing is a cloud computing execution model where the cloud provider dynamically manages the allocation and provisioning of servers. The term serverless does not mean that no servers are involved; rather, it allows developers to build and run applications without having to manage the underlying infrastructure. Code is executed in response to events (such as HTTP requests or database changes) and is typically charged based on the exact amount of resources consumed, rather than on pre‑purchased capacity.
The model is most often associated with