lambci/lambci
A continuous integration system built on AWS Lambda observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3734
- days_rel: n/a
- days_push: 862
- n_releases_24m: 0
Adoption not part of the score
3962 stars · 183 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LambCI is a serverless continuous integration system built on AWS Lambda that runs tests when code is pushed or pull requests are opened on GitHub. It is deployed as a CloudFormation stack, integrates with Slack, and updates GitHub commit statuses, in the vein of Jenkins, Travis, or CircleCI.
Use cases
- run CI builds on AWS Lambda without maintaining build servers
- run tests on GitHub pull requests and pushes
- get zero-cost CI when not building
- run 1000 concurrent builds out of the box
- integrate CI with Slack notifications and GitHub status checks
- deploy a CI system via CloudFormation
When to choose
- you want serverless CI with no servers or databases to maintain
- your builds fit within Lambda's environment and limits
- you want pay-per-use CI with zero idle cost
- you're heavily invested in AWS and want easy integration with AWS resources
When to avoid
- you need long-running builds or full Docker-based build environments
- you need the latest language runtimes out of the box
- you want an actively developed CI tool (repo is in maintenance mode)
- you prefer GitHub Actions or a hosted CI service
Facets
service · maturity maintenance
ci-cd testing serverless deployment cloud testing cloud-computing cloud serverless self-hosted aws-lambda continuous-integration github-integration serverless-ci cloudformation devops automation
1 source
- readme: https://github.com/lambci/lambci · fetched 2026-08-28 · 624a9a18ac60
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lambci/lambci | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem