mikesouza / serverless-deployment-bucket

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

Prevent changes to existing bucket #48

Open mildebrandt opened 3 years ago

mildebrandt commented 3 years ago

We have our s3 buckets created and managed centrally. Can we deploy to an existing bucket without the bucket properties changing? For example, the tags were removed from the existing bucket since I didn't define any tags in my serverless file.

brandocomando commented 2 years ago

This is needed for sure. If tags is not set nothing should be done with the tags. Same for any of the other properties.