New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

serverless-create-custom-deployment-bucket

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-create-custom-deployment-bucket

Creates the deployment bucket on serverless packaging if the deployment bucket name was customized

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
1
Weekly downloads
 
Created
Source

serverless-create-custom-deployment-bucket

This is a simple plugin for Serverless Framework to create the deployment bucket if the name was customized and bucket is not created yet.

Install

$ npm install serverless-create-custom-deployment-bucket --save-dev

Add the plugin to your serverless.yml file:

plugins:
  - serverless-create-custom-deployment-bucket

Configure

The configuration of the plugin is done by simply configuring a custom bucketName on the serverless yml.

provider:
  deploymentBucket:
    name: MY_DEPLOYMENT_BUCKET_NAME

That's it. It will be automatically created on sls package or sls deploy.

FAQs

Package last updated on 05 May 2020

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