{
  "Comment": "Example of the Intrinsic Function State",
  "StartAt": "First",
  "States": {
    "First": {
      "Type": "Pass",
      "Parameters": {
        "foo.$": "States.JsonToString($.someJson)"
      },
      "End": true
    }
  }
}
