{
  "Comment": "A simple state machine to loop using the wait state",
  "StartAt": "Pause",
  "States": {
    "Pause": {
      "Type": "Wait",
      "Seconds": 2,
      "End": true
    }
  }
}
