Will the options above work without the serverless-deployment-bucket plugin installed?
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).
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?
Will accelerate config work if I put it under provider.deploymentBucket?
Thank you upfront for answering, and thank you for your contributions!
Serverless seems to have a built-in configuration options for the deploymentBucket.
serverless-deployment-bucket
plugin installed?accelerate
).provider.deploymentBucket
andcustom.deploymentBucket
ones? What if I setversioning: false
inprovider.deploymentBucket
andversioning:true
incustom.deploymentBucket
?accelerate
config work if I put it underprovider.deploymentBucket
?Thank you upfront for answering, and thank you for your contributions!