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 0e1bfd5 commit 8e8714cCopy full SHA for 8e8714c
index.js
@@ -37,7 +37,7 @@ class PkgPyFuncs {
37
38
autoconfigArtifacts() {
39
_.map(this.serverless.service.functions, (func_config, func_name) => {
40
- let autoArtifact = `${this.buildDir}/${func_name}.zip`
+ let autoArtifact = `${this.buildDir}/${func_config.name}.zip`
41
func_config.package.artifact = func_config.package.artifact || autoArtifact
42
this.serverless.service.functions[func_name] = func_config
43
})
0 commit comments