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 @ v1.47.0

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

Published
Indexed
    Loading...
    Readme
    Loading...
    Links
    Registry proxy.golang.org
    Docs Documentation
    Download Download
    JSON API View JSON
    CodeMeta codemeta.json
    Version Details
    PURL pkg:golang/github.com/aws/aws-lambda-go/lambda@v1.47.0
    spec