serverless-cache-deploy
v1.0.5
Published

Downloads
12
Readme
serverless-cache-deploy
If you found a bug, please open an issue.
This plugin caches serverless.yml and if there is no change in deploy,it just updates the function code

Installation
First install the plugin via npm.
npm install serverless-cache-deploy --save-devThen include the plugin within your serverless.yml config.
plugins:
- serverless-cache-deployUsage Example
custom.yml
cache:
relativeUrl: ../exampleRelativeUrlToYourDir