Skip to content

kurbar/serverless-plugin-revision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Version Plugin Version
0.4 0.2.*
0.5 0.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"
]

About

Revisioning Plugin for Serverless

Resources

License

Stars

Watchers

Forks

Packages

No packages published