Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Read from the specified Kinesis stream and log messages to the console

License

Notifications You must be signed in to change notification settings

neofinancial/kinesis-logger

Repository files navigation

Kinesis Logger

Read from the specified Kinesis stream and log messages to the console.

Usage

kinesis-logger <name> [options]

read from the specified kinesis stream

Positionals:
  name  the name of the kinesis stream                                  [string]

Options:
  --version  Show version number                                       [boolean]
  --region   AWS region of kinesis stream
                                      [string] [required] [default: "us-west-2"]
  --offset   number of seconds back in time to start reading from
                                                [number] [required] [default: 0]
  --help     Show help                                                 [boolean]