An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/aws/aws-lambda-go/lambda

Package lambda provides the runtime interface for AWS Lambda functions written in Go. This package handles communication with the Lambda execution environment, including receiving invocation events, managing context, and returning responses. Use lambda.Start() to register your handler function and begin processing Lambda invocations. See https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html Handlers can return io.Reader to stream response data. This example uses a pipe to send data in chunks with delays. See https://docs.aws.amazon.com/lambda/latest/dg/configuration-response-streaming.html

Ecosystem
proxy.golang.org
Latest Release
v1.54.0
6 days ago
Versions
52
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/aws/aws-lambda-go/lambda
spec
License Apache-2.0
Namespace github.com/aws/aws-lambda-go
First Release about 1 month ago
Last Synced 2 days ago
Repository
Stars 3,782 on GitHub
Forks 574 on GitHub
Commits 317
Committers 147
Avg per Author 2.156
DDS 0.798
Rankings on proxy.golang.org
Overall Top 6.4%