mikepatrick / api-gateway-stage-tag-plugin

Tag API Gateway stages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A shim to tag API Gateway stages until CloudFormation/Serverless support arrives.

Usage

In Serverless template:

plugins: 
  - api-gateway-stage-tag-plugin

custom:
  apiStageTags:
    TagName1: TagValue1
    TagName2: TagValue2

About

Tag API Gateway stages


Languages

Language:JavaScript 100.0%