1.0.1 • Published 5 years ago

@project-furnace/aws-kinesis-stream-connector v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

AWS Kineses Stream Connector

Sends input data to an AWS Kineses Stream.

Usage

Directly through Connector Hub

Install the package to make it available on your system.

npm i @project-furnace/aws-kinesis-stream-connector

Via Docker Image

Ensure the following build argument and environment variable is passed to the container:

INPUT_CONNECTOR="@project-furnace/aws-kinesis-stream-connector"

Minimal Configuration

This is the minimal config required for you to get going:

{
	"stream": "the name of your kinesis stream",
}

All Available Configuration Options

OptionDescriptionRequiredDefault
accessKeyIdYour AWS access key ID.Nonull
regionThe AWS region for you Kinesis streamNonull
retriesThe total number of retries a push can have if it failsNo3
retryDelayThe delay in milliseconds between retriesNo8000
secretAccessKeyYour AWS secret access key.Nonull
streamThe name of your Kinesis stream you're pushing data toYesnull