- Newest
- Most votes
- Most comments
According to the following AWS official documentation, the AWS SDK has a retry feature, but the retry behavior seems to depend on the setting value. [1] [2]
[1] Error retries and exponential backoff in AWS - AWS General Reference
https://docs.aws.amazon.com/general/latest/gr/api-retries.html
[2] Retry behavior - AWS SDKs and Tools
https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html
In AWS SDK for JavaScript, the number of retries can be set in the maxRetries global setting. [3] [4]
[3] Troubleshoot Lambda function retry and timeout issues when using an AWS SDK
https://aws.amazon.com/premiumsupport/knowledge-center/lambda-function-retry-timeout-sdk/?nc1=h_ls
[4] Using the Global Configuration Object - AWS SDK for JavaScript
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/global-config-object.html
I hope this helps.
Relevant content
- asked a year ago
- asked 2 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago