Skip to content

iain/fake_sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake SQS Build Status Gem Version

Fake SQS is a lightweight server that mocks the Amazon SQS API.

It is extremely useful for testing SQS applications in a sandbox environment without actually making calls to Amazon, which not only requires a network connection, but also costs money.

Many features are supported and if you miss something, open a pull.

Installation

gem install fake_sqs

Running

fake_sqs --database /path/to/database.yml

Development

bundle install
rake

About

Provides a fake SQS server that you can run locally to test against

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages