Serverless Tag Cloud Watch Logs

homepage icon https://github.com/gfragoso/serverless-tag-cloud-watch-logs
Follow @gfragoso

Tracked

NPM Downloads Last Month
33232
Issues
0
Stars
0
Forks
0
Watchers
0
Watch Star Fork Issue Download License NPM Build Status Coverage Status Contributors

Repo README Contents:

serverless-tag-cloud-watch-logs

Serverless plugin to tag CloudWatchLogs

Installation

Install the plugin via NPM

npm install --save-dev serverless-tag-cloud-watch-logs

Usage

In Serverless template:

custom:
  cloudWatchLogsTags:
    TagName1: TagValue1
    TagName2: TagValue2

plugins: 
  - serverless-tag-cloud-watch-logs