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 2219782 commit 17a993eCopy full SHA for 17a993e
Sources/AWSLambdaRuntimeCore/Lambda.swift
@@ -143,7 +143,7 @@ public enum Lambda {
143
#if DEBUG
144
if Lambda.env("LOCAL_LAMBDA_SERVER_ENABLED").flatMap(Bool.init) ?? false {
145
do {
146
- return try Lambda.withLocalServer {
+ return try Lambda.withLocalServer(invocationEndpoint: Lambda.env("LOCAL_LAMBDA_SERVER_INVOCATION_ENDPOINT")) {
147
_run(configuration)
148
}
149
} catch {
0 commit comments