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 5/27/2026
Install via CLI
openskills install H4D3ZS/vscodium-rust---
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)
No comments yet. Be the first to comment!
Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.