Serverless Tag Sqs

homepage icon https://github.com/gfragoso/serverless-tag-sqs
Follow @gfragoso

Tracked

NPM Downloads Last Month
504
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

serverless-tag-sqs

Serverless plugin to tag SQS - Simple Queue Service

Installation

Install the plugin via NPM

npm install --save-dev serverless-tag-sqs

Usage

In Serverless template:

custom:
  sqsTags:
    TagName1: TagValue1
    TagName2: TagValue2

plugins: 
  - serverless-tag-sqs