You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting tags on AWS::Serverless::Function and the value of the tag is False instead of "False" it becomes empty on the deployed resource. This is tested with the tags defined on Globals.
Steps to reproduce:
Create a SAM template with a serverless function, provide it with tags on the globals object (not tested with tags on the resource itself). When you provide a tag with the value False and not "False" it becomes empty.