Skip to content

Commit a1b0d5a

Browse files
hickeydh-awsDustin Hickey
andauthored
fixed infinite loop. (#786)
Co-authored-by: Dustin Hickey <hickeydh@amazon.amazon.com>
1 parent fba8941 commit a1b0d5a

File tree

1 file changed

+1
-0
lines changed
  • src/lib/custom-resources/cdk-guardduty-admin-setup/runtime/src

1 file changed

+1
-0
lines changed

src/lib/custom-resources/cdk-guardduty-admin-setup/runtime/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ async function listMembers(detectorId: string): Promise<AWS.GuardDuty.Member[]>
248248
guardduty
249249
.listMembers({
250250
DetectorId: detectorId,
251+
NextToken: token,
251252
})
252253
.promise(),
253254
);

0 commit comments

Comments
 (0)