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 a0984ef commit d277c28Copy full SHA for d277c28
Examples/HelloWorldNoTraits/Sources/main.swift
@@ -15,7 +15,7 @@
15
import AWSLambdaRuntime
16
import NIOCore
17
18
-let runtime = LambdaRuntime { event , response, context in
+let runtime = LambdaRuntime { event, response, context in
19
try await response.writeAndFinish(ByteBuffer(string: "Hello World!"))
20
}
21
0 commit comments