II.
StackPart JSON
Structured · livestack-part:serverless-runtime
Serverless Runtime (FaaS) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": [
{
"from": "stack-part:serverless-runtime",
"to": "platform-service:aws-lambda",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:serverless-runtime",
"to": "platform-service:gcp-cloud-functions",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:serverless-runtime",
"to": "platform-service:azure-functions",
"kind": "implemented_by",
"attributes": {}
}
],
"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": {}
}
]
}