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 0ec224f commit 6342eefCopy full SHA for 6342eef
Sources/AWSLambdaRuntime/Lambda+Codable.swift
@@ -32,7 +32,8 @@ public struct LambdaJSONEventDecoder: LambdaEventDecoder {
32
}
33
34
@inlinable
35
- public func decode<Event>(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event where Event : Decodable {
+ public func decode<Event>(_ type: Event.Type, from buffer: NIOCore.ByteBuffer) throws -> Event
36
+ where Event : Decodable {
37
try buffer.getJSONDecodable(
38
Event.self,
39
decoder: self.jsonDecoder,
0 commit comments