Skip to content

Commit ae8b69e

Browse files
author
Sebastien Stormacq
committed
revert unwanted change on HelloWorld example
1 parent 683ccdb commit ae8b69e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/HelloWorld/Sources/main.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import AWSLambdaRuntime
1818

1919
let runtime = LambdaRuntime {
2020
(event: String, context: LambdaContext) in
21-
try await Task.sleep(for: .seconds(3))
2221
return "Hello \(event)"
2322
}
2423

0 commit comments

Comments
 (0)