Docker Amazon SQS
Build for Amazon Simple Queue Service (Amazon SQS) local.
What's SQS
Amazon Simple Queue Service (Amazon SQS) offers reliable and scalable hosted queues for storing messages as they travel between computers. By using Amazon SQS, you can move data between distributed components of your applications that perform different tasks without losing messages or requiring each component to be always available. Amazon SQS is a distributed queue system that enables web service applications to quickly and reliably queue messages that one component in the application generates to be consumed by another component. A queue is a temporary repository for messages that are awaiting processing.
What it uses
to start your local SQS, run:
docker run -d -p 9324:9324 vsouza/sqs-local
{{docker_ip}}:9324
License
MIT License Β© Vinicius Souza