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 8ff581c commit cf87e66Copy full SHA for cf87e66
Examples/quoteapi/Sources/QuoteAPI/QuoteService.swift
@@ -13,9 +13,7 @@
13
//
14
//===----------------------------------------------------------------------===//
15
16
-import AWSLambdaRuntime
17
import Foundation
18
-import Logging
19
import OpenAPIRuntime
20
import OpenAPILambda
21
Sources/OpenAPILambda.swift
@@ -13,7 +13,7 @@
+@_exported import AWSLambdaRuntime // re-export AWSLambdaRuntime so that users don't have to.
import HTTPTypes
0 commit comments