Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill aws-serverless --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aws Serverless?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-aws-serverless-8a93537d)More formats (shields.io, HTML) on the badges page.
---
version: 4.1.0-fractal
name: aws-serverless
description: "Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start optimization."
source: vibeship-spawner-skills (Apache 2.0)
---
# AWS Serverless
## Patterns
## 🧠 Knowledge Modules (Fractal Skills)
### 1. [Lambda Handler Pattern](./sub-skills/lambda-handler-pattern.md)
### 2. [API Gateway Integration Pattern](./sub-skills/api-gateway-integration-pattern.md)
### 3. [Event-Driven SQS Pattern](./sub-skills/event-driven-sqs-pattern.md)
### 4. [❌ Monolithic Lambda](./sub-skills/monolithic-lambda.md)
### 5. [❌ Large Dependencies](./sub-skills/large-dependencies.md)
### 6. [❌ Synchronous Calls in VPC](./sub-skills/synchronous-calls-in-vpc.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.