{
  "Comment": "Testing the run function state resource",
  "StartAt": "RunFunction",
  "States": {
    "RunFunction": {
      "Type": "Task",
      "Resource": "function:normalFunction",
      "End": true
    }
  },
  "restrictions": [
    {
      "roleId": "$everyone",
      "allows": [
        "*"
      ]
    }
  ]
}
