2.0.5 • Published 6 years ago

serverless-iot-aws v2.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

serverless-iot-local

AWS Iot lifecycle and regular topic subscription events

Prerequisites

  • serverless@1.x

Install

  1. npm install --save serverless-iot-local

  2. In serverless.yml add serverless-iot-local to plugins:

plugins:
  - serverless-iot-local

Usage

  1. If you're using serverless-offline, you can run:

    sls offline start

    Otherwise run:

    sls iot start

CLI options are optional:

The above options must be added to serverless.yml to set default configuration, e.g.:

custom:
  serverless-iot-aws:
    accessKeyId: ""
    secretKey: ""
    region : ""
    roleName : ""
    host: ""

Using with serverless-offline plugin

Place serverless-iot-aws above serverless-offline

plugins:
  - serverless-iot-aws
  - serverless-offline

Todo

  • Improve support of AWS Iot SQL syntax

Known issuses

License

MIT

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago