Ross ROSS = Recommend OSS · open-source software intelligence for agents

ryfeus/lambda-packs resource

Precompiled packages for AWS Lambda observed · 2026-08-28

github.com/ryfeus/lambda-packs · Python · MIT (permissive) 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: 3605
  • days_rel: n/a
  • days_push: 1028
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1116 stars · 235 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A collection of precompiled Python packages bundled as ZIP files ready to upload to AWS Lambda, covering libraries like TensorFlow, PyTorch, OpenCV, Selenium/PhantomJS, spaCy, and pandas. It lets developers use heavy dependencies that are difficult to build in Lambda's constrained environment without compiling them locally.

Use cases

  • deploy python packages with c extensions to aws lambda
  • run selenium headless browser scraping on lambda
  • run tensorflow or pytorch inference in a lambda function
  • do image processing with opencv and pillow in serverless functions
  • perform load testing by running many lambdas in parallel with wrk
  • parse html with lxml and requests on lambda
  • use spacy or sklearn in aws lambda without building packages

When to choose

  • you need native-dependency-heavy Python libraries on AWS Lambda and don't want to compile them yourself
  • you want quick serverless demos for scraping, ML inference, or load testing
  • you're on a Lambda runtime where prebuilt wheels are hard to obtain

When to avoid

  • you use recent Lambda runtimes (Python 3.9+) where many packages are available via pip or Lambda layers
  • you need actively maintained, up-to-date library versions
  • you're not deploying to AWS Lambda

Facets

dataset · maturity maintenance

web-scraping machine-learning load-testing image-processing nlp ocr developer-tools cloud-computing web-development machine-learning developer-tools cloud python serverless aws-lambda precompiled-packages phantomjs selenium tensorflow pytorch opencv pandas numpy spacy tesseract lightgbm serverless-deployment zip-packages serverless automation

1 source

Member repositories

RepositoryRoleHealth v2
ryfeus/lambda-packsmain32

For agents

markdown · JSON · MCP: product_card(name="ryfeus/lambda-packs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem