Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(python): optimize aws_regions loop
Previously, the loop over the aws_regions variable reset the connexion to aws api endpoint on each iteration. This commit optimze that by reset aws connection only once for each aws regions.
- Loading branch information