Instead use default values / command line options to specific it (mainly so that others can use/fork the sourcecode/app without us having to worry they will be using our S3 bucket names) https://github.com/TheScienceMuseum/360-image-uploader/blob/master/serverless.yml ``` Resource: - "arn:aws:s3:::${opt:bucket, 'smgco-360'}/*" ```
Instead use default values / command line options to specific it
(mainly so that others can use/fork the sourcecode/app without us having to worry they will be using our S3 bucket names)
https://github.com/TheScienceMuseum/360-image-uploader/blob/master/serverless.yml