What problem does it solve? Building and operating serverless applications on AWS involves dozens of interacting services, quotas, and failure modes. This Skill provides domain expertise for configuring Lambda, debugging API Gateway errors, tuning concurrency, wiring event sources, and deploying with SAM or CDK, so you avoid common pitfalls like 502 errors, CORS misconfigurations, and throttling surprises. ## Core Features & Use Cases - Troubleshooting and Debugging: Diagnose 502/504 errors, CORS failures, cold starts, throttling, and event source mapping issues with error-to-cause-to-fix references. - Architecture and Deployment Guidance: Select serverless patterns (REST API, event processing, orchestration, fan-out, streaming) and deploy with SAM templates or CDK constructs. - Performance and Concurrency Tuning: Configure reserved vs provisioned concurrency, SnapStart, memory/CPU allocation, and ESM scaling for production workloads. - Use Case: Your API Gateway returns intermittent 502 errors on a Lambda proxy integration. The Skill walks you through the response format checklist, identifies that the body must be a JSON string, and provides corrected Python and TypeScript handler code. ## Quick Start Ask the assistant to help debug a Lambda timeout behind API Gateway or to generate a SAM template for an SQS-triggered function with partial batch failure handling.