FIX: added pagination looping support to get all resources for aws-inventory-from-awsconfig.py

This commit is contained in:
xpk 2024-04-23 23:13:27 +08:00
parent 5342f3c595
commit b8d737e595
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
#!/usr/bin/env python3
"""
TODO:
get_discovered_resource_counts has a limit of 100 resources. need to use nextToken
to get count of all resources
"""
import boto3
import pandas as pd