{"library":"simple-queue-service","type":"library","category":null,"description":"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.","language":"javascript","status":"abandoned","version":"1.0.3","tags":["javascript","sqs","aws","amazon","queue","message","api","wrapper","service"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install simple-queue-service","imports":["const sqs = require('simple-queue-service');","const client = sqs('KEY', 'SECRET', 'REGION');","const queue = sqs('KEY', 'SECRET', 'REGION').getQueue('name');"]},{"cmd":"yarn add simple-queue-service","imports":[]},{"cmd":"pnpm add simple-queue-service","imports":[]}],"homepage":"https://github.com/ForbesLindesay/simple-queue-service","github":"https://github.com/ForbesLindesay/simple-queue-service","docs":null,"changelog":null,"pypi":null,"npm":"simple-queue-service","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}