Formally Verifying Function Scheduling Properties in Serverless Applications

Giuseppe De Palma,Saverio Giallorenzo,Jacopo Mauro,Matteo Trentin,Gianluigi Zavattaro
DOI: https://doi.org/10.1109/mitp.2023.3333071
2024-02-03
IT Professional
Abstract:Function as a service (FaaS) is a serverless cloud execution model offering cost-efficiency, scalability, and simplified development by enabling developers to focus on code and delegate server management and application scaling to the serverless platform. Early FaaS implementations provided no control to users over function placement, but raising data locality-bound scenarios motivated new implementations with user-defined constraints over function allocations, e.g., to keep functions accessing a database close to the latter, with the aim of reducing latency, enhancing security, or complying with regulations. In this article, we show how, by leveraging the Allocation Priority Policies language—used for controlling function scheduling—and state-of-the-art planning tools, it is possible to enforce security properties and data-locality constraints, thereby guiding the definition of fine-grained serverless scheduling policies.
computer science, information systems,telecommunications, software engineering
What problem does this paper attempt to address?