Skip to content

autoconfigArtifacts overide default from other runtime environments. #51

@hansheng654

Description

@hansheng654

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions