You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Hi,
First, thanks for this plugin. This saved me a lot of headache.
I have a specific lambda that I deploy multiple times with different configuration and serverless.yml helps me tremendously.
The way I do it, I call serverless --config fileA.yml deploy, for each deployment.
Unfortunately, this plugin is not running when I have the --config flag - my final zip file does not contan the requirements.
Let me know if I'm doing something wrong or there's a work around?