AWS plugin v0.120.2 - Removed unnecessary error retry logic and added UnknownError as retryable error
Oct 05, 2023•plugin
Bug fixes
Removed custom plugin level retryer which was unnecessary as the plugin already uses the AWS SDK retryer. (#1932)
The plugin now retries errors with the error code UnknownError. These are often thrown by services like SNS when performing a large number of requests. (#1932)