We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c26b7f commit a738a7aCopy full SHA for a738a7a
Sources/AWSLambdaRuntime/Lambda+Codable.swift
@@ -117,8 +117,8 @@ public struct LambdaCodableAdapter<
117
118
/// A ``StreamingLambdaHandler/handle(_:responseWriter:context:)`` wrapper.
119
/// - Parameters:
120
- /// - event: The received event.
121
- /// - outputWriter: The writer to write the computed response to.
+ /// - request: The received event.
+ /// - responseWriter: The writer to write the computed response to.
122
/// - context: The ``LambdaContext`` containing the invocation's metadata.
123
@inlinable
124
public mutating func handle<Writer: LambdaResponseStreamWriter>(
0 commit comments