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
A number without decimals is a valid value for BackoffRate that is accepted by Step Functions. The spec's definition of 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.
State Machine.States.CallWebhook.Retry[0].BackoffRate is 5 but should be a Float
I have the following state machine JSON:
statelint
complains:I can resolve this by adding
.0
to the value, however this is removed by the Step Function "Format JSON" button in the AWS Console.The text was updated successfully, but these errors were encountered: