Is there a way in an aws step function to convert a string to a number?
I have a query param that is passed from api gateway to the step function. It is a string with a numeric value. I would like to cast the string to a number in the step function state language, but so far no luck.