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 c3c3ef0 commit c7ff0f6Copy full SHA for c7ff0f6
Examples/HelloWorld/Sources/main.swift
@@ -18,7 +18,7 @@ import AWSLambdaRuntime
18
19
let runtime = LambdaRuntime {
20
(event: String, context: LambdaContext) in
21
- return "Hello \(event)"
+ "Hello \(event)"
22
}
23
24
try await runtime.run()
0 commit comments