Skip to content

mikepatrick/api-gateway-stage-tag-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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