What problem does it solve? Building serverless applications on AWS involves dozens of non-obvious quotas, mutual-exclusivity rules, and error patterns (502 proxy responses, CORS misconfigurations, concurrency throttling, cold starts) that are easy to get wrong and hard to debug without deep platform experience. ## Core Features & Use Cases - Lambda configuration and optimization: cold start strategies (SnapStart vs Provisioned Concurrency), memory/CPU tuning, VPC connectivity, Function URLs, and Powertools integration. - Event-driven architecture guidance: SQS/DynamoDB Streams/Kinesis event source mappings, event filtering, partial batch failure reporting, and idempotency patterns. - Troubleshooting and production readiness: exact error-to-fix mappings for Lambda, API Gateway, Step Functions, and SAM/CDK, plus a production checklist covering observability, security, and reliability. - Use Case: When your API Gateway returns 502 errors after connecting a Lambda function, this Skill identifies the malformed proxy response shape and provides the exact fix, then helps you configure CORS, throttling, and access logging correctly. ## Quick Start Ask the assistant to help you build, deploy, or debug an AWS serverless application, for example by describing a Lambda timeout issue or requesting a SAM template for an API with DynamoDB.