1.0.3 • Published 7 years ago

super-simple-serverless-plugin v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 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

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago