Skip to content

Commit 7004638

Browse files
committed
remove import
1 parent 8e89f27 commit 7004638

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Examples/APIGateway/Sources/main.swift

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
import AWSLambdaEvents
1616
import AWSLambdaRuntime
1717

18-
#if canImport(FoundationEssentials)
19-
import FoundationEssentials
20-
#else
21-
import Foundation
22-
#endif
23-
2418
let runtime = LambdaRuntime {
2519
(event: APIGatewayV2Request, context: LambdaContext) -> APIGatewayV2Response in
2620

0 commit comments

Comments
 (0)