Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

aws-sqs

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Issues
File Explorer

Advanced tools

aws-sqs

Amazon AWS SQS (Simple Queue Service) library for Node.js that is user-friendly

    0.0.6latest
    GitHub

Version published
Maintainers
1
Weekly downloads
459
decreased by-23.24%

Weekly downloads

Readme

Source

build status aws-sqs

AWS Simple Queue Service library for Node.js

Install

npm install aws-sqs

Docs

You can checkout the class documentation at SQS Class.

Simple usage

var sqs = new SQS('awsId', 'awsSecret'); sqs.createQueue('testTimeoutQueue', {VisibilityTimeout : 120}, function(err, res) { if(err) { //handle error } console.log(res); // something like /158795553855/testTimeoutQueue });

Keywords

FAQs

Last updated on 30 Apr 2013

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc