File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 13
13
//===----------------------------------------------------------------------===//
14
14
15
15
import Foundation // for JSON
16
- import NIO
17
16
18
17
/// Extension to the `Lambda` companion to enable execution of Lambdas that take and return `Codable` payloads.
19
18
/// This is the most common way to use this library in AWS Lambda, since its JSON based.
Original file line number Diff line number Diff line change 12
12
//
13
13
//===----------------------------------------------------------------------===//
14
14
15
- import NIO
16
-
17
15
/// Extension to the `Lambda` companion to enable execution of Lambdas that take and return `String` payloads.
18
16
extension Lambda {
19
17
/// Run a Lambda defined by implementing the `LambdaStringClosure` protocol.
You can’t perform that action at this time.
0 commit comments