Package Exports
- serverless-tag-api-gateway
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-tag-api-gateway) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
serverless-tag-api-gateway
Serverless plugin to tag API Gateway
Installation
Install the plugin via NPM
npm install --save-dev serverless-tag-api-gateway
Usage
In Serverless template:
custom:
apiGatewayTags:
TagName1: TagValue1
TagName2: TagValue2
plugins:
- serverless-tag-api-gateway