@vingle/serverless-tag-plugin
v1.1.3
Published
[](https://github.com/balmbees/serverless-tag-plugin/actions)
Readme
@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-devAfter package installing, Just add ``@vingle/serverless-tag-plugin` to serverless.yml
# serverless.yml
plugins:
- @vingle/serverless-tag-pluginThat's it!
