Skip to content

stathat/sqsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqsd

This is an extremely minimal server that acts like AWS SQS.

It works for us in our dev/testing environment, but the least amount of code was written to get it operational and we took many shortcuts generating the responses (e.g. all MessageId and RequestId fields are the same).

Install:

go get github.com/stathat/sqsd

Run:

sqsd -queues buckets,jobs

It handles these SQS operations:

GetQueueUrl
ListQueues
CreateQueue
ReceiveMessage
DeleteMessage
DeleteMessageBatch
SendMessage

Pretty much the only parameter supported is WaitTimeSeconds for ReceiveMessage.

Tested with the goamz/sqs and aws-sdk-go packages.

About

Barely functional SQS server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages