AWS CloudFormation Lambda

CloudFormation-Muster und -Limits für Produktions-Lambda: Layers, DLQ, API Gateway.

von giuseppe-trisciuoglio · giuseppe-trisciuoglio/developer-kit

Getestet · Funktioniert ★ 8.8/10

AWS CloudFormation Lambda — CloudFormation-Muster und -Limits für Produktions-Lambda: Layers, DLQ, API Gateway.

Was es kann

Referenzmuster und harte AWS-Limits für den Bau von Lambda-Funktionen in rohem CloudFormation: Execution-Roles, Event-Sources (S3/SQS/DynamoDB/Kinesis), API-Gateway-Integration, Versionierung/Aliase, DLQ sowie Cold-Start-/Kosten-/Sicherheits-Best-Practices, plus ein Validate-Deploy-Monitor-Verify-Rollback-Workflow. Reagiert beim Erstellen, Verdrahten oder Deployen von Lambda-Infrastruktur speziell über CloudFormation (nicht Terraform oder Serverless Framework).

Testbericht

Bat sowohl kalt als auch skillgeführt um ein Lambda-mit-DLQ-und-Tracing-Template: Die Skill-Version fügte Constraints hinzu, die eine generische Antwort ausließ, etwa dass die DLQ in derselben Region wie die Funktion liegen muss, und das 4-KB-Gesamtlimit für Umgebungsvariablen.

Getestet am: 2026-07-13 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/giuseppe-trisciuoglio/developer-kit
cd developer-kit
mkdir -p ~/.claude/skills
cp -r plugins/developer-kit-aws/skills/aws-cloudformation/aws-cloudformation-lambda ~/.claude/skills/aws-cloudformation-lambda

Befehle & Beispiel-Prompts

  • /aws-cloudformation-lambdaCloudFormation-Muster und -Limits für Produktions-Lambda: Layers, DLQ, API Gateway.

Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):

  • Write a CloudFormation template for a Lambda with an SQS event source and DLQ
  • Add API Gateway integration and versioning to this Lambda CloudFormation stack
  • Set up execution roles and cold-start best practices for this Lambda in CFN