0.5.6 • Published 10 years ago

serverless-plugin-revision v0.5.6

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Revisioning Plugin for Serverless

Applies an API-Revision header to API Gateway responses that consists of the project/function package.json version and the latest short commit hash from HEAD.

###Installation

Depending on your Serverless version, install one of the following versions

Serverless VersionPlugin Version
0.40.2.*
0.50.5.*

Install the plugin in the root of your project:

npm install serverless-plugin-revision

Open the 's-project.json' in your Project's root folder and add the plugin to the plugins property, like this:

"plugins": [
	"serverless-plugin-revision"
]
0.5.6

10 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago