# lambci/lambci

A continuous integration system built on AWS Lambda

Repository: https://github.com/lambci/lambci
Canonical: https://ross.abutalabs.com/products/lambci
Homepage: https://medium.com/@hichaelmart/lambci-4c3e29d6599b
Language: Shell
License: MIT
License Family: permissive
Last push: 2024-04-23T11:41:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3734, "days_push": 862, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3962, forks 183 (observed 2026-08-28T04:08:30.585524+00:00)

## What it is
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
- artifact type: service
- maturity: maintenance
- function: ci-cd, testing, serverless, deployment, cloud
- domain: testing, cloud-computing
- platform: cloud, serverless, self-hosted
- tags: aws-lambda, continuous-integration, github-integration, serverless-ci, cloudformation, devops, automation

## Member repositories
- lambci/lambci (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:30.585524+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:24:27.416153+00:00, confidence not recorded.
  - readme: https://github.com/lambci/lambci (fetched 2026-08-28T04:08:30.585524+00:00, sha 624a9a18ac60)
- Data as of 2026-08-30T08:39:29.467469+00:00.
