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
Install the plugin via NPM
npm install --save-dev serverless-tag-api-gateway-global
In Serverless template:
custom:
apiGatewayTags:
TagName1: TagValue1
TagName2: TagValue2
plugins:
- serverless-tag-api-gateway-global