Redirigiendo al acceso original de articulo en 22 segundos...
Inicio  /  Future Internet  /  Vol: 14 Par: 12 (2022)  /  Artículo
ARTÍCULO
TITULO

QuickFaaS: Providing Portability and Interoperability between FaaS Platforms

Pedro Rodrigues    
Filipe Freitas and José Simão    

Resumen

Serverless computing hides infrastructure management from developers and runs code on-demand automatically scaled and billed during the code?s execution time. One of the most popular serverless backend services is called Function-as-a-Service (FaaS), in which developers are often confronted with cloud-specific requirements. Function signature requirements, and the usage of custom libraries that are unique to cloud providers, were identified as the two main reasons for portability issues in FaaS applications, leading to various vendor lock-in problems. In this work, we define three cloud-agnostic models that compose FaaS platforms. Based on these models, we developed QuickFaaS, a multi-cloud interoperability desktop tool targeting cloud-agnostic functions and FaaS deployments. The proposed cloud-agnostic approach enables developers to reuse their serverless functions in different cloud providers with no need to change code or install extra software. We also provide an evaluation that validates the proposed solution by measuring the impact of a cloud-agnostic approach on the function?s performance, when compared to a cloud-non-agnostic one. The study shows that a cloud-agnostic approach does not significantly impact the function?s performance.