A serverless plugin to tag all resources on AWS - Open Source version of serverless-tag-resources
npm install serverless-tag-resources-ossserverless-tag-resources as open-source
npm i serverless-tag-resources-oss
`
then add it in your plugins list:
`
plugins:
- serverless-tag-resources-oss
`
Tags Configuration
Using the tags configuration makes it possible to add key / value tags on all AWS Resources.
This plugin use stackTags values from provider specification.
`
stackTags:
Component: ${self:service}
Scheduled: no
Scope: protected
Developer: ysaborit
Customer: Common
``