serverless-plugin-s3-remover
v0.1.6
Published
A simple plugin that deletes all files from deployment bucket before deleting the application
Maintainers
Readme
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:ListAllMyBucketss3:ListBuckets3:DeleteObjects3:DeleteBucket
Installation
Install the plugin via npm:
npm install --save-dev serverless-plugin-s3-removerAdd the plugin to your serverless.yml file:
plugins:
- serverless-plugin-s3-removerExecution
The plugin will run automatically when you run serverless remove command.
