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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i super-simple-serverless-plugin

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • davidwells