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

Function ExampleWithUseNumber

lambda/example_test.go:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func ExampleWithUseNumber() {
76 lambda.StartWithOptions(
77 func(event interface{}) (interface{}, error) {
78 return event, nil
79 },
80 lambda.WithUseNumber(true),
81 )
82}
83
84func ExampleWithDisallowUnknownFields() {
85 lambda.StartWithOptions(

Callers

nothing calls this directly

Calls 2

StartWithOptionsFunction · 0.92
WithUseNumberFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…