Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
type
Handler
interface
{
21
Invoke(ctx context.Context, payload []byte) ([]byte, error)
22
}
23
24
type
handlerOptions
struct
{
25
handlerFunc
Callers
6
TestInvalidHandlers
Function · 0.95
TestInvalidJsonInput
Function · 0.95
TestHandlerTrace
Function · 0.95
reflectHandler
Function · 0.65
Invoke
Method · 0.65
TestInvokes
Function · 0.65
Implementers
3
Function
lambda/rpc_function.go
staticHandler
lambda/handler_test.go
handler
lambda/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…