kinesis-consumer/examples/consumer
2018-05-30 06:45:38 -07:00
..
main.go Add interval flush for DDB checkpoint (#40) 2017-12-30 20:21:10 -08:00
README.md Correct AWS_REGION (#48) 2018-05-30 06:45:38 -07:00

Consumer

Read records from the Kinesis stream

Environment Variables

Export the required environment vars for connecting to the Kinesis stream:

export AWS_ACCESS_KEY=
export AWS_REGION=
export AWS_SECRET_KEY=

Run the consumer

$ go run main.go --app appName --stream streamName