Skip to content

Commit cf87e66

Browse files
committed
re-export AWSLambdaRuntime
1 parent 8ff581c commit cf87e66

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Examples/quoteapi/Sources/QuoteAPI/QuoteService.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515

16-
import AWSLambdaRuntime
1716
import Foundation
18-
import Logging
1917
import OpenAPIRuntime
2018
import OpenAPILambda
2119

Sources/OpenAPILambda.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515
import Foundation
16-
import AWSLambdaRuntime
16+
@_exported import AWSLambdaRuntime // re-export AWSLambdaRuntime so that users don't have to.
1717
import OpenAPIRuntime
1818
import HTTPTypes
1919

0 commit comments

Comments
 (0)