Registry / web-framework / apex-gateway

apex-gateway

JSON →
library1.1.2gogounverified

Package gateway provides a drop-in replacement for net/http.ListenAndServe for use in AWS Lambda & API Gateway.

go get github.com/apex/gateway
INSTALL
IMPORT
SIG · APEX-GATEWAY
A
apex-gateway
web-frameworkgov1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gateway
github.com/apex/gateway

Minimal AWS Lambda HTTP server using gateway

package main import ( "net/http" "github.com/apex/gateway" ) func main() { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { w.Write([]byte("Hello, Lambda!")) }) gateway.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
51 hits · last 30 days
node
44
Amazon
1
OpenAI (training)
1
Resources
apex-gateway — go get apex-gateway · libregistry