We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93199f7 + 06b1a18 commit 13ee405Copy full SHA for 13ee405
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