mikesouza / serverless-deployment-bucket

Create and configure the custom Serverless deployment bucket.
MIT License
48 stars 23 forks source link

Question: what is the relation between this plugin and the built-in deploymentBucket configuration? #80

Open jan-osch opened 2 years ago

jan-osch commented 2 years ago

Serverless seems to have a built-in configuration options for the deploymentBucket.

  1. Will the options above work without the serverless-deployment-bucket plugin installed?
  2. If so, what is the role of this plugin, it seems to support fewer configuration options than the built-in serverless one (one notable exception may be accelerate).
  3. What is the relation between options configured under provider.deploymentBucket and custom.deploymentBucket ones? What if I set versioning: false in provider.deploymentBucket and versioning:true in custom.deploymentBucket?
  4. Will accelerate config work if I put it under provider.deploymentBucket?

Thank you upfront for answering, and thank you for your contributions!