{
  "name": "functionTemplate",
  "type": "util",
  "commands": [],
  "eventHandlers": [],
  "functionTemplate": {
    "conditions": {
      "provider": "awscloudformation",
      "services": ["Lambda"],
      "runtime": "python"
    },
    "templates": [
      {
        "name": "Hello World",
        "value": "hello-world"
      }
    ]
  }
}
