Add sqs-consumer (#934)

This commit is contained in:
Nick Spragg
2019-05-30 03:32:33 +01:00
committed by Sindre Sorhus
parent 2663b774b8
commit 1b14de61e6

View File

@@ -672,6 +672,7 @@
- [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue. - [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. - [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. - [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 ### Node.js management