This document discusses serverless computing and function as a service (FaaS). It provides an overview of what serverless and FaaS are, how they work, common use cases, limitations, and the future impact. Key points include that FaaS provides fully managed compute with no servers to provision and pays only for actual usage, common triggers are HTTP requests and events, and use cases span web backends, mobile apps, file processing, bots, and more. The document also outlines limitations like statelessness and cold starts, as well as emerging practices around business models, architectures, operations, and tooling.
Related topics: