We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5da494 commit f66e1b6Copy full SHA for f66e1b6
lambda/handler.go
@@ -76,7 +76,7 @@ func validateReturns(handler reflect.Type) error {
76
}
77
78
// NewHandler creates a base lambda handler from the given handler function. The
79
-// returned Handler performs JSON deserialization and deserialization, and
+// returned Handler performs JSON serialization and deserialization, and
80
// delegates to the input handler function. The handler function parameter must
81
// satisfy the rules documented by Start. If handlerFunc is not a valid
82
// handler, the returned Handler simply reports the validation error.
0 commit comments