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.
2 parents 0e1bfd5 + 8e8714c commit 4c1d45eCopy full SHA for 4c1d45e
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