Build serverless apps on AWS
aws-serverlessskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Deploy production serverless apps on AWS
Best for
When deploying event-driven microservices that need cold-start optimization and DLQ failure handling.
Inputs
- · Lambda handler code
- · SAM/CDK template
- · DynamoDB/SQS/SNS config
Outputs
- · Lambda function URL
- · API Gateway endpoint
- · DynamoDB table
- · event pipeline
Requires
- · AWS SDK
- · SAM CLI
- · CDK
- · CloudFormation
Preconditions
AWS credentials configured, SAM/CDK CLI installed, memory/timeout right-sized for workload
Failure modes
Cold start timeout without SnapStart/memory tuning, missing DLQ drops events silently, IAM policy gaps block deployment
Trust signals
- · SnapStart for Java/.NET
- · DLQ configuration examples
- · structured logging with correlation IDs
- · explicit timeout padding formulas