awslabs / amazon-kinesis-client-ruby

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 55 forks source link

aws-sdk 2.0 #14

Closed dceballos closed 8 years ago

dceballos commented 8 years ago

How can we make this work with the aws-sdk 2.0 gem? These don't seem to be compatible yet. Any help appreciated.

Thank you

dceballos commented 8 years ago

I've forked this project and changed the "Aws" namespace to "AWS" in order to make it compatible with the aws-sdk-v1 gem now that the aws-sdk gem has been upgraded to v2.

I've managed to get both gems working on my project but had to change the namespace here to point to the new namespace in the v1 gem.

Thank you! Daniel