II.
SkillArea JSON
Structured · liveskill-area:serverless-compute
Serverless Compute json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:serverless-compute",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-external-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Serverless Compute",
"description": "Building and operating serverless applications — function design, cold\nstart optimization, event triggers, and cost management on AWS Lambda,\nGCP Cloud Functions, Azure Functions, and Vercel/Netlify Functions.\n",
"domains": [
"domain:cloud-infra",
"domain:devops"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:serverless-compute",
"to": "domain:cloud-infra",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:deployment-automation",
"to": "skill-area:serverless-compute",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "helpful"
}
},
{
"from": "skill-area:cloud-infrastructure",
"to": "skill-area:serverless-compute",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "skill-area:serverless-compute",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:edge-function-cdn",
"to": "skill-area:serverless-compute",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:serverless-aws",
"to": "skill-area:serverless-compute",
"kind": "requires_skill_area"
},
{
"from": "tool:sst",
"to": "skill-area:serverless-compute",
"kind": "used_for"
},
{
"from": "tool:serverless-framework",
"to": "skill-area:serverless-compute",
"kind": "used_for"
},
{
"from": "tool:sam-cli",
"to": "skill-area:serverless-compute",
"kind": "used_for"
},
{
"from": "tool:cloudflare-workers",
"to": "skill-area:serverless-compute",
"kind": "tool_used_by",
"attributes": {}
}
]
}