jkehler/awslambda-psycopg2
None observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3968
- days_rel: n/a
- days_push: 815
- n_releases_24m: 0
Adoption not part of the score
1140 stars · 354 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pre-compiled psycopg2 PostgreSQL driver for Python, built with libpq statically linked so it works inside AWS Lambda's runtime environment. Users copy the provided psycopg2 directory into their Lambda deployment package to connect to PostgreSQL.
Use cases
- connect to postgres from aws lambda
- use psycopg2 in lambda without missing libpq
- prebuilt psycopg2 package for python 3.11 lambda
- statically link libpq for serverless deployment
- query postgresql database from serverless function
When to choose
- you need psycopg2 in AWS Lambda and don't want to compile it yourself
- you want a quick drop-in directory for your Lambda zip package
When to avoid
- you deploy on EC2, ECS, or any environment with standard PostgreSQL libraries
- you need the latest psycopg2 version or active maintenance
- you use Lambda layers or container images where you can build your own
Facets
library · maturity maintenance
database-driver database databases cloud-computing backend python cloud serverless aws-lambda psycopg2 postgresql statically-linked prebuilt
2 sources
- readme: https://github.com/jkehler/awslambda-psycopg2 · fetched 2026-08-28 · 82e04dfeb122
- registry_pypi: https://pypi.org/pypi/awslambda-psycopg2/json · fetched 2026-08-29 · 2f29fe4a0f86
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jkehler/awslambda-psycopg2 | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jkehler/awslambda-psycopg2")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem