Aws Serverless
Helps with AWS, serverless as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add jarmen423-aws-serverless npx -- -y @trustedskills/jarmen423-aws-serverless
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jarmen423-aws-serverless": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jarmen423-aws-serverless"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage AWS serverless resources. It can deploy, configure, and monitor functions, APIs, and other components within an AWS account. The agent can automate tasks like creating new Lambda functions or updating API Gateway configurations based on user requests.
When to use it
- Automated deployments: Automatically deploy a new version of your serverless application when code changes are pushed.
- Infrastructure as Code (IaC) management: Modify and manage existing AWS CloudFormation stacks that define your serverless infrastructure.
- Troubleshooting & Monitoring: Retrieve logs and metrics for deployed Lambda functions to diagnose performance issues or errors.
- API endpoint creation: Create new API Gateway endpoints with associated Lambda integrations.
Key capabilities
- Deploying serverless applications
- Managing AWS CloudFormation stacks
- Retrieving Lambda function logs
- Configuring API Gateway endpoints
Example prompts
- "Deploy the latest version of my 'order-processing' application."
- "Show me the error logs for my 'payment-service' Lambda function from yesterday."
- "Create a new API endpoint named 'get-user' that triggers the 'getUserLambda' function."
- “Update the CloudFormation stack ‘my-serverless-app’ to increase memory allocation on the Lambda functions.”
Tips & gotchas
- Requires appropriate AWS credentials configured for the AI agent.
- The skill relies on existing infrastructure defined in CloudFormation; it cannot create an entire AWS environment from scratch.
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.