kinesisproducer

command module
v0.0.0-...-c471edf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

README

AWS Kinesis producer for populating kinesis stream with testing data

This event producer is meant to be used as a producer of messages to Kinesis stream to test working source code.

Build

dep ensure -v
go build .

Local Usage

Define a few environment variables:

export STREAM=default
export AWS_REGION=us-east-1
export AWS_ACCESS_KEY_ID=<>
export AWS_SECRET_ACCESS_KEY=<>

Then just run the local binary in your shell to send messages to a defined kinesis stream

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL