Context Aws Sam
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add context-aws-sam npx -- -y @trustedskills/context-aws-sam
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"context-aws-sam": {
"command": "npx",
"args": [
"-y",
"@trustedskills/context-aws-sam"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to AWS SAM (Serverless Application Model) resources and information. It allows AI agents to understand, generate, and interact with SAM templates, enabling deployment and management of serverless applications on AWS. The agent can extract details from existing SAM files or create new ones based on user instructions.
When to use it
- Deploying a Serverless Application: Generate a basic SAM template for a simple API endpoint.
- Understanding Existing Infrastructure: Analyze an existing SAM file and explain the resources defined within.
- Troubleshooting Deployment Issues: Help debug errors encountered during AWS SAM deployments by examining configuration files.
- Automating Infrastructure Changes: Modify a SAM template to update resource properties or add new functions.
Key capabilities
- SAM Template Parsing
- Resource Definition Generation
- AWS CloudFormation Integration (implied)
- Serverless Application Deployment Assistance
Example prompts
- "Create a SAM template for an API with a single Lambda function."
- "Explain the resources defined in this SAM file: [paste SAM file content]"
- "Modify this SAM template to increase the memory allocation of my Lambda function."
Tips & gotchas
- Requires familiarity with AWS and serverless concepts.
- The skill's effectiveness depends on the complexity of the SAM templates it handles.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.