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 7fdbd36 commit c497140Copy full SHA for c497140
Plugins/AWSLambdaPackager/Plugin.swift
@@ -128,7 +128,7 @@ struct AWSLambdaPackager: CommandPlugin {
128
print("building \"\(product.name)\"")
129
let buildCommand =
130
"swift build -c \(buildConfiguration.rawValue) --product \(product.name) --static-swift-stdlib"
131
- if let localPath = ProcessInfo.processInfo.environment["LAMBDA_USE_LOCAL_DEPS"] {
+ if let localPath = ProcessInfo.processInfo.environment["LAMBDA_USE_LOCAL_DEPS"] {
132
// when developing locally, we must have the full swift-aws-lambda-runtime project in the container
133
// because Examples' Package.swift have a dependency on ../..
134
// just like Package.swift's examples assume ../.., we assume we are two levels below the root project
0 commit comments