Content Preview
--- name: aws-serverless description: "Proper Lambda function structure with error handling" risk: unknown source: "vibeship-spawner-skills (Apache 2.0)" date_added: "2026-02-27" --- # AWS Serverless ## Patterns ### Lambda Handler Pattern Proper Lambda function structure with error handling **When to use**: ['Any Lambda function implementation', 'API handlers, event processors, scheduled tasks'] ```python ```javascript // Node.js Lambda Handler // handler.js // Initialize outside handler
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/aws-serverless.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/aws-serverless/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/aws-serverless/SKILL.md
Related Skills
aws-serverless
Design, build, deploy, test, and debug serverless applications with AWS Serverless services.
pluginpluginmarketplaceaws-serverless
by Anthropic · anthropic-official-plugins
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
generalvoicealexaaws
by sickn33 (Antigravity) · antigravity-awesome-skills
aws-cost-cleanup
Automated cleanup of unused AWS resources to reduce costs
generalawscostcleanup
by sickn33 (Antigravity) · antigravity-awesome-skills