-
Notifications
You must be signed in to change notification settings - Fork 264
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
Support AWS pagination when fetching resources #12
Comments
Basically support the aws-sdk-go |
I'd like to take a crack at this if you don't mind. I'd probably start with |
@ajkerrigan-mdsol Actually in this case you might take a crack at it since this fetcher is not automatically generated Go code. We have a convention where files containing generated Go code logic have the Your modification would then be in Using ListUserPages make sense for this one. You will be able to test if it works properly with you live data. Out of curiosity, it seems to be a large number of users you have to require some pagination? |
Thanks for the information, I'll check it out. The And yes, plenty of users. I'm wondering if implementing a user-definable limit (via a |
Support pagination when fetching IAM users. #12
If there are too many resources, they may be sent by bunches, which is currently not managed in awless.
The text was updated successfully, but these errors were encountered: