Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-delete-loggroups

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-delete-loggroups

Delete all Loggroups for Breaking change of Serverlessv1.5

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
increased by20.08%
Maintainers
1
Weekly downloads
 
Created
Source

Serverless Delete Loggroups

Overview

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 deletes 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.

FAQs

Package last updated on 31 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc