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

fix broken jmespath waiters in cloudwatch and autoscaling #2984

Merged
merged 3 commits into from
Jan 23, 2025

Conversation

lucix-aws
Copy link
Contributor

Enable code-generated waiters for autoscaling and cloudwatch.

Closes #2983

Since autoscaling has the most complicated waiter in the entire SDK, I've also added a bunch of manual tests for it here.

@lucix-aws lucix-aws requested a review from a team as a code owner January 23, 2025 17:39
)

// manually tests the most complex jmespath expression in the entire SDK
func TestGroupInServiceStateRetryable(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@lucix-aws lucix-aws merged commit 640d919 into main Jan 23, 2025
13 checks passed
@lucix-aws lucix-aws deleted the fix-badjmespath branch January 23, 2025 21:46
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.

waiters with ordering comparators (<, <=, >, >=) do not work
3 participants