# awslabs/aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.

Repository: https://github.com/awslabs/aws-lambda-go-api-proxy
Canonical: https://ross.abutalabs.com/products/aws-lambda-go-api-proxy
Language: Go
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2024-12-11T23:39:13+00:00

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

## Adoption (not part of the score)
Stars 1155, forks 206 (observed 2026-08-28T04:03:47.896510+00:00)

## What it is
A Go library that adapts requests from AWS Lambda and Amazon API Gateway to standard Go HTTP frameworks like Gin, Fiber, Echo, and net/http. It lets developers run existing Go web APIs on Lambda without rewriting routing or handler code.

## Use cases
- run a gin api on aws lambda
- port existing go http server to lambda
- deploy fiber app behind api gateway
- use net/http handlers in lambda functions
- convert api gateway proxy requests to go framework requests
- serverless go rest api

## When to choose
- you have an existing Go web framework app you want to run on Lambda
- you want to avoid rewriting routing logic for serverless deployment
- you use API Gateway proxy integration with Go Lambda functions

## When to avoid
- you are building a new serverless-native API from scratch
- you deploy on containers or traditional servers rather than Lambda
- your framework is not among the supported adapters

## Facets
- artifact type: library
- maturity: active
- function: middleware, http-server, routing
- domain: backend, cloud-computing, apis, web-development
- platform: go, serverless, cloud
- tags: aws-lambda, api-gateway, gin, fiber, echo, adapter, serverless

## Member repositories
- awslabs/aws-lambda-go-api-proxy (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:47.896510+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-30T06:32:11.855584+00:00, confidence not recorded.
  - readme: https://github.com/awslabs/aws-lambda-go-api-proxy (fetched 2026-08-28T04:03:47.896510+00:00, sha 1a3a598f9c7b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
