# aws/aws-lambda-go

Libraries, samples and tools to help Go developers develop AWS Lambda functions.

Repository: https://github.com/aws/aws-lambda-go
Canonical: https://ross.abutalabs.com/products/aws-lambda-go
Language: Go
License: Apache-2.0
License Family: permissive
Last push: 2026-05-14T11:18:50+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 82, release rhythm 64, longevity 100
- inputs: {"age_days": 3240, "days_push": 111, "days_rel": 163, "gap_med": 36.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3800, forks 579 (observed 2026-08-28T04:08:20.051417+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: rpc, http-server, sdk
- domain: cloud-computing, backend, developer-tools, apis
- platform: go, cloud, serverless
- tags: aws-lambda, serverless, go-runtime, event-handlers, aws, linux

## Member repositories
- aws/aws-lambda-go (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:20.051417+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:26:53.157496+00:00, confidence not recorded.
  - readme: https://github.com/aws/aws-lambda-go (fetched 2026-08-28T04:08:20.051417+00:00, sha ebfab46bad83)
- Data as of 2026-08-30T08:39:29.467469+00:00.
