0.3.1 • Published 7 years ago

serverless-delete-loggroups v0.3.1

Weekly downloads
933
License
MIT
Repository
github
Last release
7 years ago

Serverless Delete Loggroups

There are cases in which it is necessary to delete all log groups when upgrading to Serverless 1.6. This plugin can delete all log groups of the Lambda function described in serverless.yml

Install

Run npm install in your Serverless project.

$ npm install serverless-delete-loggroups

Add the plugin to your serverless.yml file

plugins:
  - serverless-delete-loggroups

Command

LogGroups are deleted as follow:

$ sls remove logs

options

  • --stage or -s The stage in your service you want to delete.
  • --region or -r The region in your stage that you want to delete.
0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0-test2

7 years ago

0.1.0-test

7 years ago

0.1.0

7 years ago