Serverless Framework with custom packaging
问题 I'm using the Serverless Framework and I can't seem to package my functions the way I want. My current folder directory looks like this: service/ serverless.yml function1/ package.json handler.js node_modules/ ... function2/ handler.py requirements.txt venv/ ... Is it possible to cherry pick which folder I want to include in the zip file and also specify the corresponding destination path inside the zip file? For example, I want to zip everything inside function1 folder but all of them should