Sqs2cb

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'sqs2cb'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sqs2cb

Usage

Ensure the following environment variables are set:

AWS_ACCESS_KEY=...
AWS_SECRET_ACCESS_KEY=...
CB_QUEUE=https://sqs.<region>.amazonaws.com/<account-id>/<caseblocks-queue>
CB_API_ENDPOINT=https://<subdomain>.caseblocks.com
CB_API_TOKEN=...

And run the daemon from the CLI

sqs2cb

Contributing

  1. Fork it ( https://github.com/[my-github-username]/sqs2cb/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request