stackTags not propagated to Lambda Functions

Hi, so I have stackTags defined in my serverless.yml file. While the tags get applied successfully to the stack, they do not get applied to the Lambda Functions created by Cloudformation. Would anyone know why this is? I know that I can use rprovider.tags to also tag Lambda resources, but shouldn’t stackTags tag every resource generated by Cloudformation? TIA.