/serverless-local-kinesis

⚡️ Plugin for the Serverless Framework - Create a local kinesis stream and fire events automatically

Primary LanguageTypeScript

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 ❤️