aws-serverless

Proper Lambda function structure with error handling

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.md

Skill 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-skills

Then reference at skills/aws-serverless/SKILL.md

Related Skills