aws-lambda

Design, deploy, and debug serverless applications on AWS Lambda.

856|141|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/awslabs/agent-plugins --skill aws-lambda-awslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-lambda
Source: https://github.com/awslabs/agent-plugins/tree/main/plugins/aws-serverless/skills/aws-lambda
Command: npx skills add https://github.com/awslabs/agent-plugins --skill aws-lambda-awslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the entire lifecycle of serverless applications on AWS, from initial design and development through deployment, testing, and debugging, enabling efficient creation of scalable and event-driven applications.

Core Features & Use Cases

  • Serverless Development: Design, build, and deploy serverless applications using AWS Lambda and related services.
  • Deployment Automation: Leverage SAM CLI for project initialization, building, and deploying serverless applications.
  • Event-Driven Architectures: Configure Lambda triggers for various event sources like API Gateway, EventBridge, DynamoDB Streams, SQS, and S3.
  • Observability & Optimization: Integrate with CloudWatch for logging, metrics, and tracing, and apply best practices for performance and cost optimization.
  • Use Case: Develop and deploy a serverless API using API Gateway and Lambda, configure EventBridge rules for asynchronous processing, and set up CloudWatch alarms for monitoring.

Quick Start

Use the aws-lambda skill to design and build a serverless API that processes user sign-up events.

Frequently Asked Questions about aws-lambda

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

FAQPage Schema
How do I deploy a serverless application using AWS Lambda and SAM CLI?

Deploying serverless applications on AWS Lambda is streamlined by leveraging SAM CLI for project initialization, building, and deployment. This Skill facilitates the entire lifecycle, enabling efficient creation of scalable event-driven applications.

What is the best way to build an event-driven architecture with AWS Lambda?

Building event-driven architectures with AWS Lambda involves configuring triggers for event sources like API Gateway, EventBridge, DynamoDB Streams, SQS, and S3. This Skill supports schema management with EventBridge for asynchronous processing.

How do I monitor and debug AWS Lambda functions using CloudWatch and X-Ray?

Monitoring and debugging AWS Lambda functions is achieved by integrating CloudWatch for logs, metrics, and tracing, alongside X-Ray. This Skill provides observability guidance and helps apply best practices for performance optimization.

Can I deploy web applications on AWS Lambda using Lambda Web Adapter?

Yes, you can deploy web applications on AWS Lambda using Lambda Web Adapter. This Skill supports web application deployment, allowing you to build and run serverless web apps efficiently within the AWS ecosystem.

What are the performance limits and security best practices for AWS Lambda?

AWS Lambda performance limits and security best practices are addressed directly by this Skill. It provides guidance on security configurations and performance optimization to ensure your serverless applications run within safe operational boundaries.

Does this Skill work with API Gateway for building serverless APIs?

Yes, this Skill works with API Gateway for building serverless APIs. You can develop and deploy a serverless API using API Gateway and Lambda, and set up CloudWatch alarms for monitoring the application endpoints.