JSPM

serverless-tag-api-gateway

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 770
  • Score
    100M100P100Q111066F
  • License MIT

Serverless plugin to tag API Gateway

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