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 aws-sam npx -- -y @trustedskills/aws-sam
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-sam": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-sam"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The aws-sam skill allows AI agents to interact with and manage resources on Amazon Web Services (AWS) using the Serverless Application Model (SAM). It enables deployment of serverless applications, creation of SAM templates, and management of associated AWS resources. This simplifies the process of building and deploying serverless solutions on AWS.
When to use it
- Deploying a new serverless application: Quickly deploy your serverless application code and infrastructure using pre-defined SAM templates.
- Managing existing SAM applications: Update or modify existing serverless applications deployed with SAM.
- Creating SAM template definitions: Generate the necessary configuration files for defining your serverless application's resources.
- Automating AWS resource provisioning: Automate the creation and management of various AWS services within a serverless context.
Key capabilities
- SAM Template Generation
- Serverless Application Deployment
- AWS Resource Management
- Infrastructure as Code (IaC) support
Example prompts
- "Deploy my SAM application named 'my-app' to the 'dev' environment."
- "Generate a SAM template for a Lambda function that processes image uploads."
- "Show me the resources defined in my existing SAM application."
Tips & gotchas
- Requires an AWS account and appropriate IAM permissions to manage resources.
- Familiarity with serverless concepts and AWS services is beneficial for effective use.
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.