MCPcopy Create free account
hub / github.com/aws-samples/aws-lambda-extensions / Client

Struct Client

go-example-extension/extension/client.go:58–62  ·  view source on GitHub ↗

Client is a simple client for the Lambda Extensions API

Source from the content-addressed store, hash-verified

56
57// Client is a simple client for the Lambda Extensions API
58type Client struct {
59 baseURL string
60 httpClient *http.Client
61 extensionID string
62}
63
64// NewClient returns a Lambda Extensions API client
65func NewClient(awsLambdaRuntimeAPI string) *Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected