You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// - decoder: The decoder object that will be used to decode the incoming `ByteBuffer` event into the generic `Event` type. `JSONDecoder()` used as default.
89
91
/// - encoder: The encoder object that will be used to encode the generic `Output` into a `ByteBuffer`. `JSONEncoder()` used as default.
92
+
/// - logger: The logger to use for the runtime. Defaults to a logger with label "LambdaRuntime".
/// Initialize an instance with a `LambdaHandler` defined in the form of a closure **with a `Void` return type**.
115
119
/// - Parameter body: The handler in the form of a closure.
116
120
/// - Parameter decoder: The decoder object that will be used to decode the incoming `ByteBuffer` event into the generic `Event` type. `JSONDecoder()` used as default.
121
+
/// - Parameter logger: The logger to use for the runtime. Defaults to a logger with label "LambdaRuntime".
0 commit comments