gfragoso / serverless-tag-api-gateway

Serverless plugin to tag API Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless-tag-api-gateway

Serverless plugin to tag API Gateway

Installation

Install the plugin via NPM

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

Usage

In Serverless template:

custom:
  apiGatewayTags:
    TagName1: TagValue1
    TagName2: TagValue2

plugins: 
  - serverless-tag-api-gateway

About

Serverless plugin to tag API Gateway


Languages

Language:JavaScript 100.0%