mikesouza / serverless-deployment-bucket

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

Tags not working with v1.6.0 #97

Open mattsm-ww opened 3 weeks ago

mattsm-ww commented 3 weeks ago

Really there seems to be two issues. First one is the readme for serverless-deployment-bucket doesn't match what serverless deploy reports for the tag format. The readme says the tags section under deploymentBucket should be an array of key, value objects. However that doesn't work and serverless reports it as an error and says it must be an object, not an array.

Switching to the standard format for tags in the provider section eliminates the error on deploy, but whether running against an existing bucket or a new one, tags are not added to the bucket.