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

added awsRequest for aws-sdk call backoff and retry in customResources #8338

Merged
merged 16 commits into from Oct 7, 2020

Commits on Oct 2, 2020

  1. Copy the full SHA
    a025816 View commit details
    Browse the repository at this point in the history
  2. update for prettier

    pratik-vii committed Oct 2, 2020
    Copy the full SHA
    49b9f15 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

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

Commits on Oct 5, 2020

  1. Copy the full SHA
    8f0b61d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c43a32 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    53d52aa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0a0725b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d2afc2c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8a4523b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ff2a285 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3d1a697 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. removed lodash dependency

    pratik-vii committed Oct 6, 2020
    Copy the full SHA
    ae40f38 View commit details
    Browse the repository at this point in the history
  2. changed awsRequest to async and removed unnecessary promise

    - changed awsRequest to async
    - removed unnecessary promise in awsRequest
    pratik-vii committed Oct 6, 2020
    Copy the full SHA
    5875539 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Copy the full SHA
    803324d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    646043c View commit details
    Browse the repository at this point in the history
  3. added async/await for awsRequest

    - changed backoff time to (2000 + Math.random() * 1000)
    pratik-vii committed Oct 7, 2020
    Copy the full SHA
    ea0863f View commit details
    Browse the repository at this point in the history