simple-queue-service

JSON →
library 1.0.3 ·javascript abandoned
verified Jun 7, 2026

A minimalistic wrapper around Amazon SQS providing a clean Promise-based API for creating, listing, and interacting with queues. v1.0.3 is the only release (2014) and appears unmaintained: no updates, no TypeScript types, no AWS SDK v3 support. It directly uses the deprecated AWS SDK v2 or raw HTTP calls. Unlike aws-sdk or @aws-sdk/client-sqs, it offers a simplified Queue object with send/nextMessage/delete, but lacks features like batch operations, FIFO queues, or IAM role support. Poorly suited for production use without major rework.