Aws Serverless Eda
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 microck-aws-serverless-eda npx -- -y @trustedskills/microck-aws-serverless-eda
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"microck-aws-serverless-eda": {
"command": "npx",
"args": [
"-y",
"@trustedskills/microck-aws-serverless-eda"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to analyze AWS Serverless application data, including Lambda function metrics and API Gateway logs. It can identify performance bottlenecks, error patterns, and potential cost optimization opportunities within your serverless architecture. The agent can then generate reports or suggest remediation steps based on the analysis.
When to use it
- Troubleshooting slow Lambda functions: Investigate why a specific Lambda function is taking longer than expected to execute.
- Identifying API Gateway errors: Analyze API Gateway logs to pinpoint the source of 500 errors or other issues impacting your APIs.
- Cost optimization analysis: Determine which serverless resources are consuming the most budget and suggest ways to reduce costs.
- Proactive performance monitoring: Regularly monitor key metrics to identify potential problems before they impact users.
Key capabilities
- Data ingestion from AWS services (Lambda, API Gateway)
- Metric aggregation and analysis
- Error pattern identification
- Report generation
- Cost optimization suggestions
Example prompts
- "Analyze the performance of my Lambda function 'order-processor' over the last 24 hours."
- "Show me the error rates for API Gateway endpoint '/users'."
- "What are the top three most expensive AWS serverless resources in my account?"
- “Identify any unusual spikes in latency for my ‘payment-service’ Lambda function.”
Tips & gotchas
- Requires appropriate AWS credentials with read access to CloudWatch logs and metrics.
- The accuracy of analysis depends on the completeness and quality of your logging configuration.
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.