What problem does it solve? Serverless development on AWS involves dozens of easy-to-miss quotas, mutual-exclusivity rules, and error patterns (502 proxy responses, CORS misconfigurations, concurrency throttling, SnapStart constraints) that cause production incidents. This Skill provides domain expertise and exact reference values for building, deploying, and debugging event-driven architectures on AWS. ## Core Features & Use Cases - Architecture guidance: Pattern selection for REST/HTTP APIs, event processing, orchestration, streaming, fan-out, and scheduled jobs with default-vs-alternative trade-offs. - Exact quotas and gotchas: Lambda memory/CPU mapping, API Gateway throttling limits, SQS/DynamoDB Streams ESM parameters, concurrency control interactions, and Step Functions error semantics. - Troubleshooting playbooks: Error-to-cause-to-fix mappings for 502/504, throttling, SnapStart failures, SAM/CDK deployment errors, plus CloudWatch Logs Insights diagnostic queries. - Use Case: When a Lambda behind API Gateway returns 502 errors, route to the troubleshooting reference to identify the malformed proxy response shape and apply the exact fix. ## Quick Start Ask the agent to help design or debug your AWS serverless application, for example: help me connect a Lambda function to API Gateway with CORS and throttling configured.