Tracked
- NPM Downloads Last Month
- 33232
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
Serverless plugin to tag CloudWatchLogs
Install the plugin via NPM
npm install --save-dev serverless-tag-cloud-watch-logs
In Serverless template:
custom:
cloudWatchLogsTags:
TagName1: TagValue1
TagName2: TagValue2
plugins:
- serverless-tag-cloud-watch-logs