Skip to content

nenikola/serverless-tag-api-gateway-global

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-tag-api-gateway

Serverless plugin to tag API Gateway globally

Instead of tagging desired API Gateway API's stage as it does in original package, it attaches tag to API only

Installation

Install the plugin via NPM

npm install --save-dev serverless-tag-api-gateway-global

Usage

In Serverless template:

custom:
  apiGatewayTags:
    TagName1: TagValue1
    TagName2: TagValue2

plugins:
  - serverless-tag-api-gateway-global

About

Serverless plugin to tag API Gateway

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%