aws-cloud-patterns
AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform
Content Preview
---
name: aws-cloud-patterns
description: AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform
---
# AWS Cloud Patterns
## Lambda Function Pattern
```typescript
import { APIGatewayProxyHandlerV2 } from "aws-lambda";
import { DynamoDBClient } from "@aws-sdk/client-dynamodb";
import { DynamoDBDocumentClient, GetCommand } from "@aws-sdk/lib-dynamodb";
const client = DynamoDBDocumentClient.from(new DynamoDBClient({}));
export const handler: APIGatewayPHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/aws-cloud-patterns.md \
https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/aws-cloud-patterns/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/rohitg00/awesome-claude-code-toolkitThen reference at skills/aws-cloud-patterns/SKILL.md
Related 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
auri-core
Auri: assistente de voz inteligente (Alexa + Claude claude-opus-4-20250805). Visao do produto, persona Vitoria Neural, stack AWS, modelo Free/Pro/Business/Enterprise, roadmap 4 fases, GTM, north star WAC e analise competitiva.
businessvoice-assistantproduct-visionalexa
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
aws-cost-optimizer
Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
generalawscostoptimizer
by sickn33 (Antigravity) · antigravity-awesome-skills