aws-serverless

Automate AWS serverless architecture design and deployment with Lambda, API Gateway, DynamoDB, SQS, and SNS.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TwuanMinn/fadelab --skill aws-serverless-twuanminn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-serverless
Source: https://github.com/TwuanMinn/fadelab/tree/main/.agent/skills/skills/aws-serverless
Command: npx skills add https://github.com/TwuanMinn/fadelab --skill aws-serverless-twuanminn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity and boilerplate involved in building scalable AWS serverless applications, enabling consistent patterns and reliable deployments, including Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, and IaC deployment with SAM/CDK, while addressing cold start considerations.

Core Features & Use Cases

  • Lambda Handler Pattern: Proper Lambda function structure with error handling and best practices.
  • API Gateway Integration Pattern: REST/HTTP API endpoints backed by Lambda with scalable configuration.
  • Event-Driven SQS Pattern: Async processing with retries and dead-letter queues.

Quick Start

Deploy a sample serverless stack on AWS using SAM and CDK to verify end-to-end functionality.

Frequently Asked Questions about aws-serverless

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure an AWS Lambda handler for production with proper error handling?

AWS Lambda handler production patterns require structured error handling and specific best practices. This skill automates generating production-grade Lambda handlers configured for reliable execution, API Gateway integration, and SQS processing within scalable serverless architectures.

What's the best way to build an event-driven workflow using SQS and Lambda?

Building event-driven SQS workflows involves asynchronous processing with configured retries and dead-letter queues. This skill automates designing these event-driven patterns to ensure reliable message handling and scalable data access across your AWS serverless application.

Can I use CDK to deploy API Gateway and DynamoDB together in a serverless stack?

CDK supports deploying API Gateway and DynamoDB together within a serverless stack. This skill automates infrastructure-as-code deployment using SAM and CDK, configuring REST and HTTP API endpoints backed by Lambda for scalable DynamoDB data access.

How does this approach handle AWS Lambda cold starts in serverless applications?

AWS Lambda cold starts are addressed through specific best practices during architecture design. This skill applies optimization patterns for Lambda-based APIs and event-driven workflows to mitigate cold start impacts and accelerate reliable, scalable serverless outcomes.

Do I need SAM or CDK to deploy production-grade serverless applications on AWS?

You need SAM or CDK for infrastructure-as-code deployment of production-grade AWS serverless applications. This skill automates the design and deployment process using these tools to configure Lambda, API Gateway, DynamoDB, and SQS consistently.