Skip to content

check if dimension value is blank before using it - #594

Merged
chenylee-aws merged 1 commit into
awslabs:masterfrom
jtaub:bugfix-437
Oct 8, 2024
Merged

check if dimension value is blank before using it#594
chenylee-aws merged 1 commit into
awslabs:masterfrom
jtaub:bugfix-437

Conversation

@jtaub

@jtaub jtaub commented Sep 30, 2024

Copy link
Copy Markdown
Contributor

Issue #, if available: #437

Description of changes:

CloudWatch will throw the MissingParameter: The parameter MetricData.member.x.Dimensions.member.y.Value is required. error if a Dimension.value is an empty string or contains only whitespace.

So, to prevent the error, I added a simple check to make sure a value is not empty or all whitespace before we create a Dimension with it.

Unfortunately, I was not able to run the test suite for this project, so I regrettably have not included a unit test.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@chenylee-aws
chenylee-aws merged commit e450359 into awslabs:master Oct 8, 2024
@jtaub
jtaub deleted the bugfix-437 branch October 8, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants