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

Top 8.3% on proxy.golang.org

proxy.golang.org : github.com/artyom/alb

Package alb provides adapter enabling usage of http.Handler inside AWS Lambda running behind AWS ALB as described here: https://docs.aws.amazon.com/lambda/latest/dg/services-alb.html Usage example: Note: since both request and reply to/from AWS Lambda are passed as json-encoded payloads, their sizes are limited. AWS documentation states that: "The maximum size of the request body that you can send to a Lambda function is 1 MB. [...] The maximum size of the response JSON that the Lambda function can send is 1 MB." Exact limit of response size also depends on whether its body is valid utf8 or not, as non-utf8 payloads are transparently base64-encoded, which adds some overhead. For further details see https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/artyom/alb
Keywords: aws-lambda
License: MIT
Latest release: over 6 years ago
First release: almost 7 years ago
Namespace: github.com/artyom
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 19 days ago

    Loading...
    Readme
    Loading...