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 c658ddb commit bbf5f07Copy full SHA for bbf5f07
Examples/quoteapi/Sources/LambdaAuthorizer/main.swift
@@ -72,7 +72,7 @@ let simpleAuthorizerHandler:
72
let runtime = LambdaRuntime(body: simpleAuthorizerHandler)
73
try await runtime.run()
74
75
-// Another, more complex, example
+// Another, more complex, example
76
//
77
// This is an example of a policy authorizer that always authorizes the request.
78
// The policy authorizer returns an IAM policy document that defines what the Lambda function caller can do and optional context key-value pairs
0 commit comments