super-simple-serverless-plugin

1.0.3 • Public • Published

Super simple plugin example

Install

npm i super-simple-serverless-plugin --save-dev

Usage

Then add the plguin to serverless.yml in the plugins key

service: customerio-service
 
plugins:
  - super-simple-serverless-plugin
 
provider:
  name: aws
  runtime: nodejs6.10
 
functions:
  helloFunction:
    handler: handler.hello
    events:
      - http:
          path: hello
          method: get

/super-simple-serverless-plugin/

    Package Sidebar

    Install

    npm i super-simple-serverless-plugin

    Weekly Downloads

    2

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • davidwells