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 b790508 commit e67650aCopy full SHA for e67650a
Examples/S3EventNotifier/Sources/main.swift
@@ -14,15 +14,6 @@
14
15
import AWSLambdaEvents
16
import AWSLambdaRuntime
17
-import AsyncHTTPClient
18
-
19
-#if canImport(FoundationEssentials)
20
-import FoundationEssentials
21
-#else
22
-import Foundation
23
-#endif
24
25
-let httpClient = HTTPClient.shared
26
27
let runtime = LambdaRuntime { (event: S3Event, context: LambdaContext) async throws in
28
context.logger.debug("Received S3 event: \(event)")
0 commit comments