• Pricing
inokappa

Serverless Tag SNS Topic

by

Serverless plugin to tag SNS Topic

0
1
  1. Serverless Tag SNS Topic

serverless-tag-sns-topic

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

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

Contents

  • serverless-tag-sns-topic
  • Installation
  • Usage

Related

GuidesPluginsExamplesSlack CommunitySupport
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy