{
"id": "stack-part:webhook-receiver",
"_kind": "StackPart",
"_file": "domain/stack-parts/webhook-receiver.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Webhook Receiver",
"category": "api",
"description": "HTTP endpoint that accepts inbound webhook deliveries with signature verification, retry tolerance, and dedup.\n"
},
"outgoingEdges": [
{
"from": "stack-part:webhook-receiver",
"to": "platform-service:vercel-functions",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:webhook-receiver",
"to": "platform-service:netlify-functions",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:webhook-receiver",
"to": "platform-service:aws-lambda",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:webhook-receiver",
"to": "platform-service:gcp-cloud-functions",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": []
}