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 0e4fa0c commit 39deb51Copy full SHA for 39deb51
Examples/AWSSDK/Sources/main.swift
@@ -18,7 +18,7 @@ import AWSLambdaRuntime
18
19
let client = try await S3Client()
20
21
-let runtime = LambdaRuntime.init {
+let runtime = LambdaRuntime {
22
(event: APIGatewayV2Request, context: LambdaContext) async throws -> APIGatewayV2Response in
23
24
var response: APIGatewayV2Response
0 commit comments