Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Dec 21, 2024
1 parent 8e89f27 commit 7004638
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Examples/APIGateway/Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
import AWSLambdaEvents
import AWSLambdaRuntime

#if canImport(FoundationEssentials)
import FoundationEssentials
#else
import Foundation
#endif

let runtime = LambdaRuntime {
(event: APIGatewayV2Request, context: LambdaContext) -> APIGatewayV2Response in

Expand Down

0 comments on commit 7004638

Please sign in to comment.