is-aws-queue

1.0.1 • Public • Published

is-aws-queue Build Status

Utility to check based on a queue name, that it is or could be an AWS SQS queue

Install

$ npm install is-aws-queue

Usage

const isAwsQueue = require('is-aws-queue');

isAWSQueue('correct-queue_01'); // true
isAWSQueue('#myqueue 01') // false

API

isAwsQueue(name)

name

Type: string

Name of the queue that has to be validated.

Readme

Keywords

Package Sidebar

Install

npm i is-aws-queue

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.4 kB

Total Files

4

Last publish

Collaborators

  • simonja