Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-go
/ startRuntimeAPILoop
Function
startRuntimeAPILoop
lambda/invoke_loop_lte_go121.go:12–14 ·
view source on GitHub ↗
(api string, handler Handler)
Source
from the content-addressed store, hash-verified
10
)
11
12
func
startRuntimeAPILoop(api string, handler Handler) error {
13
return
doRuntimeAPILoop(context.Background(), newRuntimeAPIClient(api), newHandler(handler))
14
}
Callers
10
TestFatalErrors
Function · 0.70
TestRuntimeAPILoop
Function · 0.70
TestCustomErrorMarshaling
Function · 0.70
TestXRayCausePlumbing
Function · 0.70
TestRuntimeAPIContextPlumbing
Function · 0.70
TestReadPayload
Function · 0.70
TestBinaryResponseDefaultContentType
Function · 0.70
TestBinaryResponseDoesNotLeakResources
Function · 0.70
TestContextDeserializationErrors
Function · 0.70
TestClientContextWithNestedCustomValues
Function · 0.70
Calls
3
doRuntimeAPILoop
Function · 0.85
newRuntimeAPIClient
Function · 0.85
newHandler
Function · 0.85
Tested by
10
TestFatalErrors
Function · 0.56
TestRuntimeAPILoop
Function · 0.56
TestCustomErrorMarshaling
Function · 0.56
TestXRayCausePlumbing
Function · 0.56
TestRuntimeAPIContextPlumbing
Function · 0.56
TestReadPayload
Function · 0.56
TestBinaryResponseDefaultContentType
Function · 0.56
TestBinaryResponseDoesNotLeakResources
Function · 0.56
TestContextDeserializationErrors
Function · 0.56
TestClientContextWithNestedCustomValues
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…