We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a105d9e commit ad12deaCopy full SHA for ad12dea
src/Handler.swift
@@ -15,7 +15,6 @@ struct APIGatewayProxyLambda: LambdaHandler {
15
init(context: LambdaInitializationContext) async throws {
16
print("Serverless Swift cold started!")
17
18
- let vaporProxy = VaporProxy.shared
19
let app = VaporProxy.shared.app
20
app.get { req in
21
return HelloWorld(message: "Hello, world!")
0 commit comments