Documentation ¶
Index ¶
Constants ¶
View Source
const Proto = "lambda://"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
Invoke(context.Context, *lambda.InvokeInput, ...func(*lambda.Options)) (*lambda.InvokeOutput, error)
}
type RoundTripper ¶
type RoundTripper struct {
// contains filtered or unexported fields
}
RoundTripper implements http.RoundTripper to intercept an outgoing http request and invoke the underlying service's lambda rather than going through apigateway.
func NewRoundTripper ¶
Click to show internal directories.
Click to hide internal directories.