Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check if dimension value is blank before using it #594

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

jtaub
Copy link
Contributor

@jtaub jtaub commented Sep 30, 2024

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