From cbc9da1f30da914ecc1dc93685be49a00d50fe7f Mon Sep 17 00:00:00 2001 From: Pierre Mavro Date: Wed, 3 Apr 2024 15:49:32 +0200 Subject: [PATCH] feat: upgrade aws accounts 100 -> 1000 --- src/aws/iam.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aws/iam.rs b/src/aws/iam.rs index 07d1595..c1e67e1 100644 --- a/src/aws/iam.rs +++ b/src/aws/iam.rs @@ -114,6 +114,7 @@ impl IamService { .client .get_group() .group_name(iam_group.to_string()) + .max_items(1000) .send() .await {