We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93199f7 commit 06b1a18Copy full SHA for 06b1a18
lambda/handler.go
@@ -81,7 +81,7 @@ func WithSetIndent(prefix, indent string) Option {
81
//
82
// Usage:
83
// lambda.StartWithOptions(
84
-// func (event any) (any error) {
+// func (event any) (any, error) {
85
// return event, nil
86
// },
87
// lambda.WithEnableSIGTERM(func() {
0 commit comments