feat: added aws-cloudwatch.py
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ def main() -> None:
|
||||
with concurrent.futures.ThreadPoolExecutor(max_workers=8) as executor:
|
||||
results = executor.map(getResources, projectlib.aws.getRegions())
|
||||
for region_rows in results:
|
||||
# append to worksheet only if resoruces are found in the region
|
||||
# append to worksheet only if resources are found in the region
|
||||
if region_rows:
|
||||
for row in region_rows:
|
||||
ws.append(row)
|
||||
|
||||
Reference in New Issue
Block a user