II.
Tool JSON
Structured · livetool:sst
SST json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:sst",
"_kind": "Tool",
"_file": "domain/tools/tools-data-serverless.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "SST",
"homepageUrl": "https://sst.dev",
"kind": "other",
"description": "Open-source framework for building full-stack serverless applications on AWS.\nProvides a live Lambda development environment, infrastructure as code via Pulumi/CDK, and a component library.\nSupports deploying Next.js, Remix, Astro, and other frameworks with zero-config serverless backends.\n"
},
"outgoingEdges": [
{
"from": "tool:sst",
"to": "language:typescript",
"kind": "belongs_to_language"
},
{
"from": "tool:sst",
"to": "skill-area:serverless-compute",
"kind": "used_for"
},
{
"from": "tool:sst",
"to": "tool:serverless-framework",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — SST uses Pulumi/CDK; Serverless Framework uses YAML"
}
},
{
"from": "tool:sst",
"to": "tool:sam-cli",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — SST is framework-agnostic; SAM is AWS CloudFormation-based"
}
}
],
"incomingEdges": [
{
"from": "stack-profile:serverless-api-multicloud",
"to": "tool:sst",
"kind": "composed_of"
},
{
"from": "tool:serverless-framework",
"to": "tool:sst",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — Serverless Framework uses YAML; SST uses Pulumi/CDK"
}
},
{
"from": "tool:sam-cli",
"to": "tool:sst",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — SAM is AWS CloudFormation-based; SST is framework-agnostic"
}
},
{
"from": "tool:cloudflare-workers",
"to": "tool:sst",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless platforms — Cloudflare Workers is edge compute; SST is AWS serverless framework"
}
}
]
}