Skip to content

fix(amazonq): add missing paginator to list profiles call #938

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

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

awschristou
Copy link
Contributor

Problem

If an account that has more than one developer profile queries aws.q.developerProfiles, the response is a list containing the first profile ten times. A paginator is missing in the call to list all profiles.

Solution

Add the missing nextToken paginator.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@awschristou awschristou requested a review from a team as a code owner April 9, 2025 21:19
@rahmaniaam rahmaniaam merged commit 0435c80 into main Apr 9, 2025
6 checks passed
@rahmaniaam rahmaniaam deleted the awschristou/fix-profile-pagination branch April 9, 2025 21:41
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