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 retrieval of AWS::Events::Rule SearchResources results #97

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

kenkaton
Copy link
Contributor

Hi, I fix the method of checking the response of AWS::Events::Rule.
The previous code did not check for the token for the next page returned as a result of SearchResources.
This could miss results when there is a next page.
With this fix, if there is a next page (i.e., result.NextToken is not nil), a request is made to get the next page 👍

@Songmu Songmu merged commit 86c122a into Songmu:main Mar 31, 2024
6 checks passed
@github-actions github-actions bot mentioned this pull request Mar 31, 2024
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