Functions as a Service
← Back to Serverless
The core serverless compute model where developers deploy individual functions that the cloud provider executes on demand. AWS Lambda, Google Cloud Functions, and Azure Functions are the major FaaS platforms. Functions are stateless, short-lived, and billed per invocation and execution duration.
Key Properties
Related
- Cold Starts (latency challenge of FaaS)
- Event-Driven Serverless (how functions are triggered)