Hi all,
I using stackTags
propery in my serverless file, which has 5 resources assigned to it (one lambda, one dynamodb table and two alarms and one cloudwatch log group).
When I perform serverless deploy, the tags are correctly propagated to lambda and dynamodb table, but not to the other resources. As far as I see, and could get from the aws cli
, alarms and logs are taggable as well.
Am I maybe missing something obvious, or this is just not possible via serverless?