Skip to content

wolff453/serverless-cache-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published