3.8 Article

Formal Foundations of Serverless Computing

Publisher

ASSOC COMPUTING MACHINERY
DOI: 10.1145/3360575

Keywords

serverless computing; distributed computing; formal language semantics

Funding

  1. National Science Foundation [CNS-1413985, CCF-1453474, CNS-1513055]

Ask authors/readers for more resources

Serverless computing (also known as functions as a service) is a new cloud computing abstraction that makes it easier to write robust, large-scale web services. In serverless computing, programmers write what are called serverless functions, which are programs that respond to external events. When demand for the serverless function spikes, the platform automatically allocates additional hardware and manages load-balancing; when demand falls, the platform silently deallocates idle resources; and when the platform detects a failure, it transparently retries affected requests. In 2014, Amazon Web Services introduced the first serverless platform, AWS Lambda, and similar abstractions are now available on all major cloud computing platforms. Unfortunately, the serverless computing abstraction exposes several low-level operational details that make it hard for programmers to write and reason about their code. This paper sheds light on this problem by presenting lambda(lambda), an operational semantics of the essence of serverless computing. Despite being a small (half a page) core calculus, lambda(lambda), models all the low-level details that serverless functions can observe. To show that lambda(lambda) is useful, we present three applications. First, to ease reasoning about code, we present a simplified naive semantics of serverless execution and precisely characterize when the naive semantics and coincide. Second, we augment lambda(lambda) with a key-value store to allow reasoning about stateful serverless functions. Third, since a handful of serverless platforms support serverless function composition, we show how to extend A with a composition language and show that our implementation can outperform prior work.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

3.8
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

No Data Available
No Data Available