bgc-serverless-plugin-tag-resources
v1.1.0
Published
Serverless plugin that sets aws resources with a custom tag
Readme
bgc-serverless-plugin-tag-resources
Tags are very useful, specially for billing. This plugin will create a custom tag key and the value will be the resource's name.
Installing
npm install bgc-serverless-plugin-tag-resourcesserverless.yml
custom:
customTagKey: "Tag-key"
plugins:
- bgc-serverless-plugin-tag-resources