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