aws-serverless

Automate AWS serverless application design and deployment with Lambda, API Gateway, DynamoDB, and SAM/CDK.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill aws-serverless-jokken79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-serverless
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/aws-serverless
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill aws-serverless-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds and deploys production-ready AWS serverless applications by integrating Lambda, API Gateway, DynamoDB, and event-driven patterns with templated patterns and deployment guidance.

Core Features & Use Cases

  • Lambda Handler Pattern: Standardized, error-handling Lambda function templates for reliable executions.
  • API Gateway Integration: End-to-end REST API setup with proper routing, auth, and responses.
  • Event-Driven Patterns: SQS/SNS integration examples for asynchronous processing and scalability.
  • Deployment & Infra: SAM/CDK deployment guidance for repeatable infrastructure.

Quick Start

Deploy the sample AWS serverless stack using SAM to spin up a Lambda API backed by DynamoDB.

Frequently Asked Questions about aws-serverless

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

FAQPage Schema
How do I build a production-ready AWS serverless API with Lambda and API Gateway?

Build a production-ready AWS serverless API using standardized Lambda handler templates, end-to-end API Gateway routing with authentication, and DynamoDB backend integration. Deployment guidance ensures repeatable infrastructure provisioning and reliable API execution.

What's the best way to deploy AWS serverless applications using SAM or CDK?

Deploy AWS serverless applications using infrastructure as code templates with SAM or CDK. The skill provides deployment guidance that enables repeatable infrastructure provisioning, ensuring consistent environment setup and reliable Lambda API stack creation.

How do I set up event-driven workflows with SQS and SNS in AWS Lambda?

Set up event-driven workflows in AWS Lambda using SQS and SNS integration patterns for asynchronous processing. These templates provide scalable backend architectures, enabling reliable decoupled event flows between distributed serverless components.

How do I optimize AWS Lambda cold starts and avoid serverless anti-patterns?

Optimize AWS Lambda cold starts and avoid serverless anti-patterns using built-in guidance for performance optimization. The skill identifies common architectural pitfalls and provides standardized handler patterns to ensure reliable, efficient executions.

Can I use DynamoDB with Lambda for scalable serverless backends?

Yes, you can use DynamoDB with Lambda to build scalable serverless backends. The skill provides pattern templates for DynamoDB integration, enabling efficient data persistence and retrieval within production-ready event-driven AWS serverless applications.