{
"id": "stack-part:api-gateway",
"_kind": "StackPart",
"_file": "domain/stack-parts/api-gateway.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "API Gateway",
"category": "api",
"description": "Edge router that fronts internal services - terminates TLS, enforces auth and rate limits, routes by path/host, handles request/response transformation. Examples: Kong, Traefik, Envoy, AWS API Gateway.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "platform-service:aws-api-gateway",
"to": "stack-part:api-gateway",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-api-gateway",
"to": "stack-part:api-gateway",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:k8s-ingress",
"to": "stack-part:api-gateway",
"kind": "implements_stack_part"
},
{
"from": "platform-service:k8s-ingress",
"to": "stack-part:api-gateway",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:kong",
"to": "stack-part:api-gateway",
"kind": "implements_stack_part",
"attributes": {}
}
]
}