sqs

JSON →
library 2.0.2 ·javascript maintenance
verified Jun 7, 2026

A lightweight message queue library for Amazon Simple Queue Service (SQS) in Node.js. Version 2.0.2 provides a simple push/pull API with automatic queue creation, fault tolerance with retries, and env-based configuration. It is a minimal wrapper around AWS SQS, handling message deletion on callback and supporting JSON parsing or raw messages. Not to be confused with the official AWS SDK's SQS client; this is a higher-level abstraction. It lacks recent updates and may have limited support compared to the official SDK.