stackTags not propagated to all resources

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?

I believe this Serverless plugin(only if you have provided stackTags under the provider section of your serverless) only supports functions, stream, DynamoDB, Bucket, CloudFront and API Gateway. see this link https://www.serverless.com/plugins/serverless-plugin-resource-tagging