Serverless Runtime (FaaS)
stack-part:serverless-runtime
StackPartdomain/stack-parts/stack-parts-compute.yaml·Open in Graph → {
"id": "stack-part:serverless-runtime",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-compute.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Serverless Runtime (FaaS)",
"category": "compute",
"description": "General-purpose function-as-a-service runtime (distinct from\nedge-functions which run at the CDN POP). Implementations: AWS Lambda,\nGCP Cloud Functions, Azure Functions.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "platform-service:aws-lambda",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-lambda",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:azure-functions",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part"
},
{
"from": "platform-service:azure-functions",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:gcp-cloud-functions",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part"
},
{
"from": "platform-service:gcp-cloud-functions",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part",
"attributes": {}
},
{
"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": {}
},
{
"from": "platform-service:netlify-functions",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part"
},
{
"from": "platform-service:netlify-functions",
"to": "stack-part:serverless-runtime",
"kind": "implements_stack_part",
"attributes": {}
}
]
}