Serverless and Custom Tags for Resources
Because much of serveless.com is CloudFormation based, you can easily update existing resources. They talk about this feature here
For me this was required for adding tags
# you can add CloudFormation resource templates here
resources:
Resources:
ServerlessDeploymentBucket:
Properties:
Tags:
- { Key: "project", Value: "${self:provider.project}" }
- { Key: "environment", Value: "${opt:stage, self:provider.stage}" }
- { Key: "parent_project", Value: "${self:custom.parent}" }
- { Key: "key_contact", Value: "${self:custom.contact}" }
- { Key: "billing_ref", Value: "${self:custom.