We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53b7b7 commit d6dd45fCopy full SHA for d6dd45f
Sources/AWSLambdaRuntime/Lambda+LocalServer.swift
@@ -45,6 +45,7 @@ extension Lambda {
45
/// - body: Code to run within the context of the mock server. Typically this would be a Lambda.run function call.
46
///
47
/// - note: This API is designed strictly for local testing and is behind a DEBUG flag
48
+ @usableFromInline
49
static func withLocalServer(
50
invocationEndpoint: String? = nil,
51
_ body: sending @escaping () async throws -> Void
0 commit comments