aws/aws-lambda-go
Libraries, samples and tools to help Go developers develop AWS Lambda functions. observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 82
- Release rhythm 64
- 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: 36.5
- age_days: 3240
- days_rel: 163
- days_push: 111
- n_releases_24m: 9
Adoption not part of the score
3800 stars · 579 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official AWS SDK library for writing AWS Lambda functions in Go, providing the lambda.Start handler registration, event type definitions, and build tooling like build-lambda-zip. It lets Go developers implement serverless handlers that AWS Lambda invokes via RPC.
Use cases
- write aws lambda functions in go
- handle s3 events in a go lambda
- build a serverless api backend with go
- process sqs messages with a go lambda handler
- cross-compile a go binary for lambda's provided runtime
- package a go binary into a lambda deployment zip
When to choose
- you are developing AWS Lambda functions in Go
- you need typed event structs for Lambda triggers like S3, SQS, or API Gateway
- you want the official, AWS-maintained runtime client for the provided.al2/al2023 runtimes
When to avoid
- you are writing Lambda functions in another language like Python or Node.js
- you are deploying Go services outside AWS Lambda
- you need a full web framework rather than a Lambda handler library
Facets
library · maturity stable
rpc http-server sdk cloud-computing backend developer-tools apis go cloud serverless aws-lambda serverless go-runtime event-handlers aws linux
1 source
- readme: https://github.com/aws/aws-lambda-go · fetched 2026-08-28 · ebfab46bad83
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aws/aws-lambda-go | main | 79 |
For agents
markdown · JSON · MCP: product_card(name="aws/aws-lambda-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem