{"library":"sqs","type":"library","category":null,"description":"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.","language":"javascript","status":"maintenance","version":"2.0.2","tags":["javascript","sqs","aws","amazon","queue","message"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqs","imports":["import sqs from 'sqs'; const queue = sqs();","const sqs = require('sqs'); const queue = sqs();","import sqs from 'sqs'; const queue = sqs();"]},{"cmd":"yarn add sqs","imports":[]},{"cmd":"pnpm add sqs","imports":[]}],"homepage":"https://github.com/mafintosh/sqs","github":"git://github.com/mafintosh/sqs","docs":null,"changelog":null,"pypi":null,"npm":"sqs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}