serverless-loggroup-deletion-policy

1.0.0 • Public • Published

serverless-loggroup-deletion-policy

Build Status npm package Coverage Status

Set a deletion policy on your serverless service log groups

Install

$ npm install --save-dev serverless-loggroup-deletion-policy

Usage

Add the plugin to your serverless config:

plugins:
  - serverless-loggroup-deletion-policy
  - ...any other plugins

Then configure the plugin as follows:

custom:
  logGroupDeletionPolicy:
    keepLambdaLogs: true # or false

Credits

This plugin is based off of xoeye/serverless-log-keeper. Due to the number of changes that were required for this plugin to work as I needed, it would be closer to a rewrite than a PR. Therefore, I decided to fork it. The original work was very useful in getting this plugin up and running.

License

See the LICENSE file for license rights and limitations (MIT).

Package Sidebar

Install

npm i serverless-loggroup-deletion-policy

Weekly Downloads

83

Version

1.0.0

License

SEE LICENSE IN LICENSE.md

Unpacked Size

19 kB

Total Files

5

Last publish

Collaborators

  • perrin4869