aws-serverless

Generate SAM templates for API Gateway endpoints triggering Lambda functions.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill aws-serverless-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-serverless
Source: https://github.com/Dbillionaer/wholesaile/tree/main/skills/aws-serverless
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill aws-serverless-dbillionaer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides patterns and best practices for building robust, scalable, and production-ready serverless applications on AWS, addressing common challenges like cold starts, error handling, and deployment.

Core Features & Use Cases

  • Serverless Patterns: Demonstrates Lambda handler patterns, API Gateway integration, and event-driven SQS processing.
  • Best Practices: Highlights anti-patterns to avoid and sharp edges to be aware of for optimal performance and reliability.
  • Use Case: Develop a new microservice on AWS using Lambda and API Gateway, ensuring it follows best practices for performance and maintainability.

Quick Start

Use the aws-serverless skill to generate a SAM template for an API Gateway endpoint that triggers a Lambda function.

Frequently Asked Questions about aws-serverless

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

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

Building production-ready AWS serverless apps requires applying established Lambda handler patterns and API Gateway integration techniques. This ensures your microservices follow best practices for performance and maintainability while avoiding common architectural sharp edges.

What's the best way to mitigate Lambda cold starts in serverless applications?

Mitigating Lambda cold starts involves applying specific performance optimization techniques. The Skill provides targeted patterns to reduce initialization latency, ensuring your event-driven serverless applications respond faster and more reliably under varying loads.

How do I generate a SAM template for an API Gateway endpoint triggering a Lambda function?

Generating a SAM template for an API Gateway endpoint involves using the Skill to define your infrastructure as code. This provisions the serverless resources needed to route HTTP requests directly to your Lambda handlers for processing.

Does this Skill support event-driven SQS processing patterns for AWS Lambda?

Yes, it supports event-driven SQS processing patterns for AWS Lambda. The Skill demonstrates how to integrate SQS queues with your functions, enabling reliable asynchronous message handling for your serverless architectures.

What serverless anti-patterns should I avoid when deploying with SAM or CDK?

When deploying with SAM or CDK, avoid serverless anti-patterns that compromise reliability and performance. The Skill highlights specific architectural pitfalls and sharp edges to prevent common deployment and scaling issues in production environments.