1.0.5 • Published 10 months ago

serverless-cache-deploy v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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

imagem

Installation

First install the plugin via npm.

npm install serverless-cache-deploy --save-dev

Then include the plugin within your serverless.yml config.

plugins:
  - serverless-cache-deploy

Usage Example

custom.yml

cache:
  relativeUrl: ../exampleRelativeUrlToYourDir
1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago