serverless-package-python-functions icon indicating copy to clipboard operation
serverless-package-python-functions copied to clipboard

autoconfigArtifacts overide default from other runtime environments.

Open hansheng654 opened this issue 4 years ago • 0 comments

when using multiple languages in one serverless, not all language requires artifact field to be set. You will get below error: image

This is due to line 44 below automatically forcing all other languages to use the same buildDir as Python. I have to add line 43 to bypass such operation. so that other plugins can work properly and set their own artifact directory image

Please help make this official, by simply do a check on the runtime is python or not.

hansheng654 avatar May 04 '21 06:05 hansheng654