Skip to content

Commit e522a27

Browse files
committed
cleanup
1 parent a533a49 commit e522a27

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/OpenAPILambda+APIGatewayV2.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import AWSLambdaRuntime
22
import AWSLambdaEvents
33
import HTTPTypes
44

5-
//temp
6-
import Foundation
7-
85
extension OpenAPILambda where Event == APIGatewayV2Request {
96
/// Transform a Lambda input (`APIGatewayV2Request` and `LambdaContext`) to an OpenAPILambdaRequest (`HTTPRequest`, `String?`)
107
public func request(context: LambdaContext, from request: Event) throws -> OpenAPILambdaRequest {

0 commit comments

Comments
 (0)