serverless-tag-cloud-watch-logs

Serverless plugin to tag CloudWatchLogs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
serverless-tag-cloud-watch-logs
851.0.05 years ago5 years agoMinified + gzip package size for serverless-tag-cloud-watch-logs in KB

Readme

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 ```