vercel/fun
ƒun - Local serverless function λ development runtime observed · 2026-09-03
Health v2 · maintenance only
87/100
- Activity 100
- Release rhythm 62
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 41.5
- age_days: 2772
- days_rel: 176
- days_push: 0
- n_releases_24m: 9
Adoption not part of the score
1013 stars · 44 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A local runtime for developing and invoking AWS Lambda-style serverless functions on your own machine, exposing a programmatic API (@vercel/fun) that emulates the Lambda execution environment. It supports Node.js and Python runtimes, spawning and freezing function processes locally without sandboxing.
Use cases
- run aws lambda functions locally
- test serverless functions without deploying
- emulate lambda runtime in local development
- invoke lambda handlers programmatically from node.js
- develop serverless functions with hot reloading
When to choose
- you want to invoke AWS Lambda-style functions locally during development
- you need a programmatic API to spawn and manage lambda-like function processes
- you're building tooling that emulates the Lambda execution environment
When to avoid
- you need full sandboxing or security isolation identical to real Lambda
- you rely on hard-coded Lambda paths like /var/task or /opt
- you need runtimes beyond Node.js and Python, such as Go or .NET
- you want a full production serverless platform rather than a dev tool
Facets
library · maturity maintenance
serverless http-server developer-tools testing developer-tools cloud-computing backend apis cross-platform aws-lambda local-development serverless-runtime lambda-emulation typescript nodejs macos linux
1 source
- readme: https://github.com/vercel/fun · fetched 2026-09-03 · 3265b310ef02
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vercel/fun | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem