You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service accepts both "BackOffRate": 1.0 and "BackOffRate": 1.
The spec only requires that the value be a number:
a field named "BackoffRate", a number which is the multiplier that increases the retry interval on each attempt (default: 2.0). The value of BackoffRate MUST be greater than or equal to 1.0.
The service accepts both "BackOffRate": 1.0 and "BackOffRate": 1.
The spec only requires that the value be a number:
a field named "BackoffRate", a number which is the multiplier that increases the retry interval on each attempt (default: 2.0). The value of BackoffRate MUST be greater than or equal to 1.0.
OK, so statelint is wrong, the .j2119 says it has to be a float. Easy fix.
For statelint 1 is an invalid BackoffRate value (must be 1.0), but for VSCode AWS toolkit plugin 1 is OK:
The text was updated successfully, but these errors were encountered: