To use Amazon Kinesis you must first [sign up here](aws.amazon.com/kinesis/)
For more information about Amazon Kinesis, see:
[Amazon Kinesis](aws.amazon.com/kinesis/)
[Amazon Kinesis Documentation](aws.amazon.com/documentation/kinesis/)
## Credentials
You can setup default credentials for all AWS services via AWS.config:
AWS.config( :access_key_id => 'YOUR_ACCESS_KEY_ID', :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
Or you can set them directly on the Kinesis interface:
kinesis = AWS::Kinesis.new( :access_key_id => 'YOUR_ACCESS_KEY_ID', :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')