@vingle/serverless-tag-plugin
Automatically tags API Gateway and Lambda functions.
Usage
First, install package as development dependency.
$ npm i @vingle/serverless-tag-plugin --save-dev
After package installing, Just add ``@vingle/serverless-tag-plugin` to serverless.yml
# serverless.yml
plugins:
- @vingle/serverless-tag-plugin
That's it!