{
  "StartAt": "p",
  "States": {
    "p": {
      "Type": "Task",
      "Resource": "foo:bar",
      "Parameters": {
          "abc.$": "States.Format('{} xyz {}', 1, 'def')"
      },
      "End": true
    }
  }
}
