Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws): cache regions when parsing aws accounts #5532

Merged
merged 6 commits into from Sep 30, 2021
Merged

feat(aws): cache regions when parsing aws accounts #5532

merged 6 commits into from Sep 30, 2021

Commits on Sep 23, 2021

  1. Copy the full SHA
    10e4fb1 View commit details
    Browse the repository at this point in the history
  2. feat(aws): make aws account egionsCache concurrent. Also adds logic t…

    …o prevent making multiple getRegions() call to get regions when multi-threading is enabled
    apoorvmahajan committed Sep 23, 2021
    Copy the full SHA
    da276a6 View commit details
    Browse the repository at this point in the history
  3. refactor(aws): rework how default regions are handled when aws accoun…

    …ts are parsed. Also update how regions are set for an account during parsing. This makes use of the regions cache that is now being maintained
    apoorvmahajan committed Sep 23, 2021
    Copy the full SHA
    36d699b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Copy the full SHA
    cddc464 View commit details
    Browse the repository at this point in the history
  2. feat(aws): increase default number of threads to use while loading aw…

    …s accounts as region caching is now enabled
    apoorvmahajan committed Sep 24, 2021
    Copy the full SHA
    0aa9a9e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Copy the full SHA
    c033676 View commit details
    Browse the repository at this point in the history