Open daxiang28 opened 2 years ago
Hello @daxiang28 - thanks for reporting. It seems like it was missed when schema was added here: https://github.com/serverless/serverless-python-requirements/blob/3edf0e0cabeeb11ffadd9dcac6f198f22aee4a16/index.js#L129
We'd be happy to accept a PR that adds that field to function schema 🙇
Additionally, I'm not entirely sure if vendor is able to take a list of project folders
It doesn't seem to be stated anywhere that it does (are there any docs other than the readme & tutorial on Serverless site?) - but 👍🏻 I would like that too.
I'm getting the following error when adding a 'vendor' property to a function.
For context, this is an attempt to keep task functions inside a Django mono-repo and have these smaller task functions utilize shared code at the app root. I wasn't able to get relative imports to work and am looking at this vendor option. I'm open to other suggestions for how others have handled this.
Additionally, I'm not entirely sure if vendor is able to take a list of project folders (example in the serverless.yml below)
Project Structure
serverless.yml
package.json