api-gateway-stage-tag-plugin
v1.0.6
Published
Serverless plugin to tag API Gateway stages
Downloads
2,053
Maintainers
Readme
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