OpenLambdaVerse: A Dataset and Analysis of Open-Source Serverless Applications
Angel C. Chavez-Moreno, Cristina L. Abad

TL;DR
OpenLambdaVerse provides a comprehensive dataset and analysis of current GitHub serverless applications using the Serverless Framework, revealing insights into their architecture, languages, triggers, maturity, and security practices.
Contribution
It introduces a new, curated dataset of real-world serverless applications and offers an in-depth analysis of their characteristics and practices.
Findings
Most applications use popular languages like JavaScript and Python.
Functions are primarily triggered by HTTP requests and events.
Projects vary in maturity and security practices.
Abstract
Function-as-a-Service (FaaS) is at the core of serverless computing, enabling developers to easily deploy applications without managing computing resources. With an Infrastructure-as-Code (IaC) approach, frameworks like the Serverless Framework use YAML configurations to define and deploy APIs, tasks, workflows, and event-driven applications on cloud providers, promoting zero-friction development. As with any rapidly evolving ecosystem, there is a need for updated insights into how these tools are used in real-world projects. Building on the methodology established by the Wonderless dataset for serverless computing (and applying multiple new filtering steps), OpenLambdaVerse addresses this gap by creating a dataset of current GitHub repositories that use the Serverless Framework in applications that contain one or more AWS Lambda functions. We then analyze and characterize this dataset…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Cloud Computing and Resource Management · Software System Performance and Reliability
