Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aws/aws-lambda-go
/ main
Function
main
lambdaurl/testdata/testfunc/echo/main.go:7–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
main() {
8
lambda.Start(
func
(req any) (any, error) {
9
return
req, nil
10
})
11
}
Callers
nothing calls this directly
Calls
1
Start
Function · 0.92
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…