api-gateway-stage-tag-plugin

Serverless plugin to tag API Gateway stages

Usage no npm install needed!

<script type="module">
  import apiGatewayStageTagPlugin from 'https://cdn.skypack.dev/api-gateway-stage-tag-plugin';
</script>

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