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 a4cd36b commit c33468eCopy full SHA for c33468e
index.js
@@ -109,7 +109,7 @@ class ServerlessPythonRequirements {
109
get targetFuncs() {
110
let inputOpt = this.serverless.processedInput.options;
111
return inputOpt.function
112
- ? [inputOpt.functionObj]
+ ? [this.serverless.service.functions[inputOpt.function]]
113
: values(this.serverless.service.functions).filter((func) => !func.image);
114
}
115
0 commit comments