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 8dc16ab commit 23cfa83Copy full SHA for 23cfa83
Examples/MultiTenant/Sources/main.swift
@@ -24,8 +24,6 @@ import Foundation
24
25
let tenants = TenantDataStore()
26
27
-// let runtime = LambdaRuntime {
28
-// (event: APIGatewayV2Request, context: LambdaContext) -> APIGatewayV2Response in
29
let runtime = LambdaRuntime {
30
(event: APIGatewayRequest, context: LambdaContext) -> APIGatewayResponse in
31
Examples/MultiTenant/event.json
0 commit comments