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 ada1fc9 commit 45aa0eaCopy full SHA for 45aa0ea
Sources/AWSLambdaRuntime/LambdaStreaming+Codable.swift
@@ -85,7 +85,7 @@ public struct StreamingLambdaCodableAdapter<
85
// try to decode the event as a FunctionURLRequest and extract its body
86
let urlRequestBody = bodyFromFunctionURLRequest(event)
87
88
- // decode the body or the event as user-provided JSON
+ // decode the body or the event as user-provided JSON
89
let decodedEvent = try self.decoder.decode(Handler.Event.self, from: urlRequestBody ?? event)
90
91
// and pass it to the handler
0 commit comments