Skip to content

Commit 5330176

Browse files
committed
fixup
1 parent ec0abbf commit 5330176

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Sources/SwiftAwsLambda/Lambda+Codable.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
import Foundation // for JSON
16-
import NIO
1716

1817
/// Extension to the `Lambda` companion to enable execution of Lambdas that take and return `Codable` payloads.
1918
/// This is the most common way to use this library in AWS Lambda, since its JSON based.

Sources/SwiftAwsLambda/Lambda+String.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
import NIO
16-
1715
/// Extension to the `Lambda` companion to enable execution of Lambdas that take and return `String` payloads.
1816
extension Lambda {
1917
/// Run a Lambda defined by implementing the `LambdaStringClosure` protocol.

0 commit comments

Comments
 (0)