{
  "Comment": "Example of the Intrinsic Function State",
  "StartAt": "First",
  "States": {
    "First": {
      "Type": "Pass",
      "Parameters": {
        "foo.$": "States.Format('Your name is {}, we are in the year {}', $.name, 2020)"
      },
      "End": true
    }
  }
}
