This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@pretty-fun-therapy/serverless-plugin-tag-cloud-watch-logs

1.1.2 • Public • Published

serverless-plugin-tag-cloud-watch-logs

Serverless plugin to tag CloudWatchLogs

⚠️ THIS PROJECT IS DEPRECATED

As an alternative with similar features, we suggest using serverless-tag-cloud-watch-logs.

Installation

Install the plugin via NPM

npm install --save-dev @pretty-fun-therapy/serverless-plugin-tag-cloud-watch-logs

Usage

In your serverless template :

custom:
  cloudWatchLogsTags:
    TagName1: TagValue1
    TagName2: TagValue2

plugins:
  - '@pretty-fun-therapy/serverless-plugin-tag-cloud-watch-logs'

Or if you if you already have tags for your stack in another place :

custom:
  cloudWatchLogsTags:${self:provider.<your_tags>}

plugins:
  - @pretty-fun-therapy/serverless-plugin-tag-cloud-watch-logs

This plugin also allow you to add tags retrieved from your lambda resources.
To do so, you just have to add these lines into your serverless template :

custom:
  addLambdaTagsOnLogGroups: true
  customTagsFromLambda:
    - "first_tag"
    - "second_tag"
    ...

Package Sidebar

Install

npm i @pretty-fun-therapy/serverless-plugin-tag-cloud-watch-logs

Weekly Downloads

2,190

Version

1.1.2

License

MIT

Unpacked Size

216 kB

Total Files

10

Last publish

Collaborators

  • npm