Skip to content

Bug: AWS SAM tag value on AWS::Serverless::Function empty when value is False #3426

@vandem9

Description

@vandem9

Description:

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.

Screenshot 2023-11-17 at 15 29 48
Screenshot 2023-11-17 at 15 29 05

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions