Run arbitrary commands on any lifecycle event in serverless
user
uswitch
package.json
.npm install --save serverless-hooks-plugin
.serverless-hooks-plugin
to the list of plugins in serverless.yml
. The plugins list is an array at the root level (an example serverless.yml
is included in this project).custom: hooks
.serverless-hooks-plugin.js
into .serverless-plugins
in the serverless project. You may need to create this folder.serverless-hooks-plugin
to the list of plugins in serverless.yml
. The plugins list is an array at the root level (an example serverless.yml
is included in this project).custom: hooks
.Latest commit b2f54ec on Sep 24, 2017