MCPcopy 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
12func startRuntimeAPILoop(api string, handler Handler) error {
13 return doRuntimeAPILoop(context.Background(), newRuntimeAPIClient(api), newHandler(handler))
14}

Calls 3

doRuntimeAPILoopFunction · 0.85
newRuntimeAPIClientFunction · 0.85
newHandlerFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…