0.1.6 • Published 11 months ago

serverless-plugin-s3-remover v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

serverless-plugin-s3-remover

A Simple serverless plugin that helps to empty the deployment bucket before removing the stack.

Requirements

AWS Policies

The following AWS permissions are required for this plugin to work:

  • s3:ListAllMyBuckets
  • s3:ListBucket
  • s3:DeleteObject
  • s3:DeleteBucket

Installation

Install the plugin via npm:

npm install --save-dev serverless-plugin-s3-remover

Add the plugin to your serverless.yml file:

plugins:
  - serverless-plugin-s3-remover

Execution

The plugin will run automatically when you run serverless remove command.

0.1.6

11 months ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.0.1

2 years ago