We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ef895 commit 209c840Copy full SHA for 209c840
Sources/AWSLambdaRuntime/LambdaStreaming+Codable.swift
@@ -111,7 +111,7 @@ public struct StreamingLambdaCodableAdapter<
111
} else {
112
context.logger.trace("Can't decode FunctionURLRequest's body", metadata: ["Event": "\(event)"])
113
}
114
-
+
115
116
// otherwise, decode the event as a user-provided JSON event
117
let decodedEvent = try self.decoder.decode(Handler.Event.self, from: event)
0 commit comments