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 a93eff2 commit 29fc6a4Copy full SHA for 29fc6a4
Examples/APIGateway/Sources/main.swift
@@ -19,6 +19,7 @@ import FoundationEssentials
19
#else
20
import Foundation
21
#endif
22
+
23
let encoder = JSONEncoder()
24
let runtime = LambdaRuntime {
25
(event: APIGatewayV2Request, context: LambdaContext) -> APIGatewayV2Response in
0 commit comments