Skip to content

Commit d6dd45f

Browse files
committed
Fix CI
1 parent a53b7b7 commit d6dd45f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AWSLambdaRuntime/Lambda+LocalServer.swift

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ extension Lambda {
4545
/// - body: Code to run within the context of the mock server. Typically this would be a Lambda.run function call.
4646
///
4747
/// - note: This API is designed strictly for local testing and is behind a DEBUG flag
48+
@usableFromInline
4849
static func withLocalServer(
4950
invocationEndpoint: String? = nil,
5051
_ body: sending @escaping () async throws -> Void

0 commit comments

Comments
 (0)