Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(call: &str, input: &Value) -> Result<Value, IntrinsicError>
Expand description

Evaluate an ASL intrinsic call against input. Returns the computed value or an error string suitable for surfacing as States.IntrinsicFailure.