serverless-deployment-bucket
serverless-deployment-bucket copied to clipboard
Tags should support same format as provider.tags
I'm using the following:
tags: &tags
ManagedBy: Serverless Framework
Service: ${self:service}
Stage: ${sls:stage}
Environment: ${sls:stage}
stackTags:
<<: *tags
I can not reuse the anchor with the bucket due to the current format.