JSPM

serverless-tag-cloud-watch-logs

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4006
  • Score
    100M100P100Q139593F
  • License MIT

Serverless plugin to tag CloudWatchLogs

Package Exports

  • serverless-tag-cloud-watch-logs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-tag-cloud-watch-logs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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