A Ruby interface for the Amazon Kinesis Client Library. Allows developers to easily create robust application to process Amazon Kinesis streams in Ruby.
Apache License 2.0
146
stars
56
forks
source link
FIX. region flag sets correct variable in sample producer. #1
Options parser was setting a 'region' variable while the producer was using an 'aws_region' variable. Changed options parser to set 'aws_region'.