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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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.

1 participant