II.
StackProfile JSON
Structured · livestack-profile:serverless-api-multicloud
Serverless API Stack (TypeScript, SST, DynamoDB, Lambda, CloudFront) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:serverless-api-multicloud",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-3.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Serverless API Stack (TypeScript, SST, DynamoDB, Lambda, CloudFront)",
"description": "A serverless-first API architecture using SST (Serverless Stack) for\ninfrastructure-as-code with a developer-friendly local development\nexperience. TypeScript provides type-safe Lambda handlers with Zod\nfor request validation. The API is fronted by CloudFront for edge\ncaching and global distribution. DynamoDB delivers single-digit\nmillisecond reads at any scale with a pay-per-request pricing model.\nSST's Live Lambda Dev enables instant feedback during development\nwithout waiting for CloudFormation deployments. This stack minimizes\noperational overhead — no servers to patch, no capacity planning, and\ncosts scale to zero during idle periods. The tradeoff is vendor\nlock-in to AWS primitives and the cold-start latency penalty on\ninfrequently-invoked functions, which can be mitigated with\nprovisioned concurrency at additional cost.\n",
"composes": [
"language:typescript",
"tool:sst",
"library:zod",
"tool:docker"
]
},
"outgoingEdges": [
{
"from": "stack-profile:serverless-api-multicloud",
"to": "language:typescript",
"kind": "composed_of"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "tool:sst",
"kind": "composed_of"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "library:zod",
"kind": "composed_of"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "tool:docker",
"kind": "composed_of"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "library:prisma",
"kind": "composed_of"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "tool:vitest",
"kind": "composed_of"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "role:fullstack-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "role:backend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "role:cloud-architect",
"kind": "used_by_role"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "workflow:feature-development",
"kind": "follows_workflow"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "workflow:startup-mvp-validation",
"kind": "follows_workflow"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "domain:serverless",
"kind": "applies_to"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "domain:api-development",
"kind": "applies_to"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "skill-area:serverless-compute",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "skill-area:serverless-cold-start-optimization",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "skill-area:cloud-infrastructure",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:serverless-api-multicloud",
"to": "skill-area:data-validation-sanitization",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}