Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
handler
struct
{}
10
11
func
(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