Closed
Description
Would it be possible to completely skip the package and deploy steps if nothing actually changed? equal to what the vanilla Serveless does, if no code, dependencies and serverless.yml files changed it skips all the package, upload to provider and deployment steps.
At the moment, if you run sls deploy
with this plugin, and re-run it again without any changes at all, it will re-package and re-deploy everything again (as a new version).
This improvement would help a lot in cases like mine, where we have a CD/CI based on a Monorepo, that will automatically deploy and skip when there were no changes.