Skip to content

inokappa/serverless-tag-sns-topic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-tag-sns-topic

Serverless plugin to tag SNS Topic (referred to https://github.com/gfragoso/serverless-tag-sqs 🎉)

Installation

Install the plugin via Github.

npm install --save-dev github:inokappa/serverless-tag-sns-topic

Usage

In Serverless template:

custom:
  snsTopicTags:
      -
        Key: 'key1'
        Value: 'value1'
      -
        Key: 'key2'
        Value: 'value2'


plugins: 
  - serverless-tag-sns-topic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published