We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35f87c commit f1ce84fCopy full SHA for f1ce84f
Examples/LambdaFunctions/Sources/ErrorHandling/main.swift
@@ -16,7 +16,7 @@ import AWSLambdaRuntime
16
17
// MARK: - Run Lambda
18
19
-// switch over the error type "requested" by thr request, and trigger sucg error accordingly
+// switch over the error type "requested" by the request, and trigger such error accordingly
20
Lambda.run { (context: Lambda.Context, request: Request, callback: (Result<Response, Error>) -> Void) in
21
switch request.error {
22
// no error here!
0 commit comments