iiRecord
Agentic AI Atlas · Vercel Serverless Functions
platform-service:vercel-functionsa5c.ai
II.
PlatformService JSON

platform-service:vercel-functions

Structured · live

Vercel Serverless Functions json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/platform-services/platform-services-paas.yamlCluster · domain
Record JSON
{
  "id": "platform-service:vercel-functions",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-paas.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Vercel Serverless Functions",
    "description": "Node/Python serverless functions colocated with Next.js apps.\n",
    "category": "compute",
    "providedByPlatformId": "platform:vercel",
    "implementsStackPartIds": [
      "stack-part:serverless-runtime"
    ]
  },
  "outgoingEdges": [
    {
      "from": "platform-service:vercel-functions",
      "to": "platform:vercel",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:vercel-functions",
      "to": "stack-part:serverless-runtime",
      "kind": "implements_stack_part"
    },
    {
      "from": "platform-service:vercel-functions",
      "to": "stack-part:serverless-runtime",
      "kind": "implements_stack_part",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:vercel",
      "to": "platform-service:vercel-functions",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "stack-part:webhook-receiver",
      "to": "platform-service:vercel-functions",
      "kind": "implemented_by",
      "attributes": {}
    }
  ]
}