Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 401 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 401 Bytes

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