serverless-deployment-bucket icon indicating copy to clipboard operation
serverless-deployment-bucket copied to clipboard

Tags should support same format as provider.tags

Open estahn opened this issue 3 years ago • 0 comments

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.

estahn avatar Jul 04 '22 12:07 estahn