0.5.6 • Published 8 years ago

serverless-plugin-revision v0.5.6

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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"
]