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