II.
Tool JSON
Structured · livetool:sam-cli
AWS SAM CLI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:sam-cli",
"_kind": "Tool",
"_file": "domain/tools/tools-data-serverless.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "AWS SAM CLI",
"homepageUrl": "https://github.com/aws/aws-sam-cli",
"kind": "other",
"description": "CLI tool for building, testing, and deploying serverless applications on AWS with SAM templates.\nEnables local Lambda invocation, API Gateway emulation, and step-through debugging with Docker.\nIntegrates with CloudFormation for infrastructure-as-code deployment of Lambda, API Gateway, and DynamoDB.\n"
},
"outgoingEdges": [
{
"from": "tool:sam-cli",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:sam-cli",
"to": "skill-area:serverless-compute",
"kind": "used_for"
},
{
"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:sam-cli",
"to": "tool:serverless-framework",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — SAM is AWS-only; Serverless Framework is multi-cloud"
}
}
],
"incomingEdges": [
{
"from": "tool:sst",
"to": "tool:sam-cli",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — SST is framework-agnostic; SAM is AWS CloudFormation-based"
}
},
{
"from": "tool:serverless-framework",
"to": "tool:sam-cli",
"kind": "alternative_to",
"attributes": {
"comparison": "Serverless frameworks — Serverless Framework is multi-cloud; SAM is AWS-only"
}
},
{
"from": "tool-server:mcp-aws-serverless",
"to": "tool:sam-cli",
"kind": "integrates_with",
"attributes": {}
}
]
}