api: "YAML JSON TOON Database" version: 1.0.0 format: json dataset: slug: serverless-computing title: "Serverless Computing" description: "Concepts and terms for serverless architectures." category: "Cloud Computing" category_slug: cloud-computing tags: "cloud,serverless,functions" view_count: 0 data [6]{concept,description}: "Function as a Service","Event-driven functions executed in ephemeral containers." Event-Driven,"Functions triggered by events such as HTTP requests or queue messages." "Cold Start","Latency from initializing a function runtime after idle time." Stateless,"Functions do not retain state between invocations." "API Gateway","Managed service routing HTTP requests to functions." Pay-Per-Use,"Billing based on actual execution time and request count."