Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aws/aws-lambda-go
/ staticHandler
Struct
staticHandler
lambda/handler_test.go:163–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
type
staticHandler
struct
{
164
body []byte
165
}
166
167
func
(h *staticHandler) Invoke(_ context.Context, _ []byte) ([]byte, error) {
168
return
h.body, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected