Chapter 18 Serverless Computing
Serverless computing, or simply serverless, is a form of utility computing. With serverless, a cloud provider dynamically allocates resources to support running services. Service authors need never worry about resource management and are charged based on actual resource consumption—sometimes down to the second. Serverless goes hand in hand with reactive programming—a programming paradigm that focuses on processing asynchronous event streams. This chapter uses examples to explain how serverless works, digs into reactive programming, and ultimately explains how the two are related.
Note
Serverless computing doesn’t ...
Get Programming Microsoft Azure Service Fabric, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.