Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feed the correct next page token to
ListAllAccessListsMembers
This PR fixes a typo when listing all members across all Access Lists because when the number of members is bigger than the default page size (1000), `nextToken` is not empty but we always pass the an empty value to the `ListResources` call. This results in the callers to constantly call `ListAllAccessListMembers` until they run out of memory. Signed-off-by: Tiago Silva <[email protected]>
- Loading branch information