II.
PlatformService JSON
Structured · liveplatform-service:netlify-functions
Netlify Functions json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:netlify-functions",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-paas.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Netlify Functions",
"description": "AWS-Lambda-backed serverless functions for Netlify sites.\n",
"category": "compute",
"providedByPlatformId": "platform:netlify",
"implementsStackPartIds": [
"stack-part:serverless-runtime"
]
},
"outgoingEdges": [
{
"from": "platform-service:netlify-functions",
"to": "platform:netlify",
"kind": "provided_by"
},
{
"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": {}
}
],
"incomingEdges": [
{
"from": "platform:netlify",
"to": "platform-service:netlify-functions",
"kind": "provides",
"attributes": {}
},
{
"from": "stack-part:webhook-receiver",
"to": "platform-service:netlify-functions",
"kind": "implemented_by",
"attributes": {}
}
]
}