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 683cd55 commit cc3f3c2Copy full SHA for cc3f3c2
Examples/Soto/Sources/main.swift
@@ -37,4 +37,6 @@ func handler(event: APIGatewayV2Request, context: LambdaContext) async throws ->
37
}
38
39
let runtime = LambdaRuntime.init(body: handler)
40
+
41
try await runtime.run()
42
+try await client.shutdown()
0 commit comments