MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / StartWithOptions

Function StartWithOptions

lambda/entry.go:71–73  ·  view source on GitHub ↗

StartWithOptions is the same as Start after the application of any handler options specified

(handler interface{}, options ...Option)

Source from the content-addressed store, hash-verified

69
70// StartWithOptions is the same as Start after the application of any handler options specified
71func StartWithOptions(handler interface{}, options ...Option) {
72 start(newHandler(handler, options...))
73}
74
75type startFunction struct {
76 env string

Callers 12

ExampleWithContextFunction · 0.92
ExampleWithContextValueFunction · 0.92
ExampleWithSetEscapeHTMLFunction · 0.92
ExampleWithSetIndentFunction · 0.92
ExampleWithUseNumberFunction · 0.92
ExampleWithEnableSIGTERMFunction · 0.92
mainFunction · 0.92
StartFunction · 0.85
StartWithContextFunction · 0.85
StartHandlerFunction · 0.85
StartHandlerWithContextFunction · 0.85

Calls 2

startFunction · 0.85
newHandlerFunction · 0.85

Tested by 7

ExampleWithContextFunction · 0.74
ExampleWithContextValueFunction · 0.74
ExampleWithSetEscapeHTMLFunction · 0.74
ExampleWithSetIndentFunction · 0.74
ExampleWithUseNumberFunction · 0.74
ExampleWithEnableSIGTERMFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…