sqs-clean

0.0.1 • Public • Published

sqs-clean

Purge a SQS queue on AWS. Can be useful for running tests, but keep in mind that purge operations are allowed every 60 seconds.

To use it simply:

 
var sqsClean = require('sqs-clean')
 
sqsClean('myQueue', options, callback)

See .env.sample for the options to be configured.

Readme

Keywords

Package Sidebar

Install

npm i sqs-clean

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • marcopiraccini