serverless/serverless-plugin-boilerplate

Name: serverless-plugin-boilerplate

Owner: Serverless

Description: A Starter Project to help you build Plugins for the Serverless Framework -

Created: 2015-12-11 03:36:31.0

Updated: 2018-02-13 04:07:32.0

Pushed: 2017-06-09 17:27:39.0

Homepage: http://www.serverless.com

Size: 15

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Serverless Plugin Boilerplate

This is a starter project to help you build plugins for the Serverless Framework. You can install this boilerplate Plugin in its current form into your Serverless Projects and it will run. All that's left for you to do is write your custom logic. We've filled this with useful comments to help you along your way. Also, the entire Serverless Framework is comprised of Plugins. When you write your own Plugin, it's no hack, you're simply extending and customizing the Serverless Framework to suite your needs and build processes :)

Note: Serverless v0.1.0 or higher is required.

A Serverless Plugin can do the following:

One plugin can do all of the above, and include several Hooks and Actions at once.

Get Started
gins": [
"my-custom-plugin"

If you would like to learn more about plugins, please check out our Documentation.

Good luck! - Serverless


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.