Registry / cloud / aws-aws-lambda-go

aws-aws-lambda-go

JSON →
library1.54.0gogounverified

Package lambda provides the official AWS Lambda runtime API for Go, enabling serverless function development.

go get github.com/aws/aws-lambda-go
INSTALL
IMPORT
SIG · AWS-AWS-LAMBDA-GO
A
aws-aws-lambda-go
cloudgov1.54.0
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.

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

Start a simple AWS Lambda function

import "github.com/aws/aws-lambda-go/lambda" func handler() (string, error) { return "Hello, World!", nil } func main() { lambda.Start(handler) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
2
Resources
aws-aws-lambda-go — go get aws-aws-lambda-go · libregistry