1.0.3 • Published 8 years ago

super-simple-serverless-plugin v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago