Skip to content

A simple CLI that takes input from STDIN and sends it to an AWS Kinesis or Firehose stream

License

Notifications You must be signed in to change notification settings

iamatypeofwalrus/kpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kpr -> Kinesis Put Records

This tool uses Go Modules for its dependencies :-)

Install

go get -u github.com/iamatypeofwalrus/kpr

Usage

NAME:
   kpr - Kinesis Put Records

   A simple CLI that takes input from STDIN and sends it to an AWS Kinesis or Firehose stream

USAGE:
   cat your_records.json | kpr --stream YOUR_STREAM_NAME --region us-west-2

GLOBAL OPTIONS:
   --stream NAME, -s NAME               Kinesis stream NAME
   --region REGION, -r REGION           Amazon Web Service REGION (default: "us-east-1")
   --delimiter DELIMITER, -d DELIMITER  Kinesis Firehose DELIMITER (default: "\n")
   --profile value, -p value            AWS Profile to use when creating clients
   --help, -h                           show this help message
   --verbose                            log verbosely

About

A simple CLI that takes input from STDIN and sends it to an AWS Kinesis or Firehose stream

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages