MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / handler

Struct handler

lambda/testdata/echo_handler.go:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type handler struct{}
10
11func (h handler) Invoke(_ context.Context, e []byte) ([]byte, error) {
12 return e, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected