From 1b14de61e60123f94117a6a7ba5ce66bf114e1bc Mon Sep 17 00:00:00 2001 From: Nick Spragg <5319732+nspragg@users.noreply.github.com> Date: Thu, 30 May 2019 03:32:33 +0100 Subject: [PATCH] Add sqs-consumer (#934) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 147457e..6766c02 100644 --- a/readme.md +++ b/readme.md @@ -672,6 +672,7 @@ - [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue. - [bee-queue](https://github.com/bee-queue/bee-queue) - High-performance Redis-backed job queue. - [RedisSMQ](https://github.com/weyoss/redis-smq) - Simple high-performance Redis message queue with real-time monitoring. +- [sqs-consumer](https://github.com/bbc/sqs-consumer) - Build Amazon Simple Queue Service (SQS) based apps without the boilerplate. ### Node.js management