What problem does it solve?
This Skill helps you build reliable serverless applications on AWS by guiding correct configurations and troubleshooting common runtime and integration failures before they impact production.
Core Features & Use Cases
- End-to-end serverless architecture guidance: Pick the right pattern for APIs, event-driven processing, orchestration, and real-time needs across Lambda, API Gateway, Step Functions, EventBridge, and triggers.
- Deployment with SAM/CDK: Use proven resource types and deployment practices to ship faster while keeping infrastructure maintainable.
- Performance and reliability tuning: Diagnose and improve cold starts, timeouts, throttling, concurrency, and production readiness (including observability and security hardening).
- Practical debugging playbooks: Resolve issues like 502/504, CORS failures, event source mapping mistakes, and stream/batch error-handling edge cases with targeted reference flows.
Quick Start
Use the aws-serverless Skill to debug a Lambda-backed API error by identifying whether the root cause is a malformed proxy response, CORS headers, authorizer behavior, or an API Gateway timeout.