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 fe0aa01 commit 00f6b53Copy full SHA for 00f6b53
Sources/OpenAPILambda.swift
@@ -53,7 +53,7 @@ extension OpenAPILambda {
53
/// - context: The Lambda context
54
/// - Throws: An error if the handler function fails
55
/// - Returns: The output of the handler function
56
- private static func handler(event: Event, context: LambdaContext) async throws -> Output {
+ private static func handler(event: Event, context: LambdaContext) async throws -> Output {
57
try await Self.handler()(event, context)
58
}
59
0 commit comments