This covers the essentials for building serverless apps on AWS with Lambda, API Gateway, DynamoDB, and event-driven patterns using SQS/SNS. You get proper handler structures for both Node.js and Python, SAM templates for API Gateway integration, and batch processing patterns with partial failure handling. The sharp edges section calls out cold start issues and gives you concrete fixes like measuring INIT phase and tuning memory allocation. It's Apache 2.0 licensed from vibeship-spawner-skills. Honestly, the anti-patterns section could use more depth, but the code examples are solid and cover the stuff you'll actually need when wiring together a production serverless API.
npx skills add https://github.com/davila7/claude-code-templates --skill aws-serverless