MCPcopy
hub / github.com/aws/aws-lambda-go / Handler

Interface Handler

lambda/handler.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type Handler interface {
21 Invoke(ctx context.Context, payload []byte) ([]byte, error)
22}
23
24type handlerOptions struct {
25 handlerFunc

Callers 6

TestInvalidHandlersFunction · 0.95
TestInvalidJsonInputFunction · 0.95
TestHandlerTraceFunction · 0.95
reflectHandlerFunction · 0.65
InvokeMethod · 0.65
TestInvokesFunction · 0.65

Implementers 3

Functionlambda/rpc_function.go
staticHandlerlambda/handler_test.go
handlerlambda/testdata/echo_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…