1.1.0 • Published 5 years ago

serverless-local-kinesis v1.1.0

Weekly downloads
136
License
MIT
Repository
-
Last release
5 years ago

serverless-local-kinesis

Add the plugin to your project

yarn add -D serverless-local-kinesis

Add serverless-local-kinesis to your plugins

Configure the local kinesis stream

custom:
  kinesis:
    port: 4567
    streamName: someEventName
    shards: 1

Polling mechanism is based on Rabble Rousers's local-kinesis-lambda-runner

Thanks to mhart for creating kinesalite

Created by PIDZ Development for the open-source community :heart: