lambda

Deploy, configure, and manage AWS Lambda serverless functions.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/northseadl/skillwisp --skill lambda-northseadl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lambda
Source: https://github.com/northseadl/skillwisp/tree/main/skills/%40itsmostafa/lambda
Command: npx skills add https://github.com/northseadl/skillwisp --skill lambda-northseadl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of deploying, configuring, and managing AWS Lambda serverless functions, enabling efficient event-driven compute.

Core Features & Use Cases

  • Function Deployment: Create and update Lambda functions using various methods like zip uploads, S3, or container images.
  • Configuration Management: Set environment variables, memory, timeouts, and IAM roles.
  • Event Source Mapping: Integrate Lambda with services like S3, SQS, and API Gateway.
  • Debugging & Monitoring: Utilize CloudWatch Logs and X-Ray for troubleshooting.
  • Use Case: You need to deploy a Python function that processes S3 events. This Skill guides you through creating the function, setting up the S3 trigger, and configuring necessary permissions.

Quick Start

Use the lambda skill to create a new Python 3.12 function named 'my-new-function' with a basic handler.

Frequently Asked Questions about lambda

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

FAQPage Schema
How do I deploy an AWS Lambda function from a zip file or container image?

You can deploy AWS Lambda functions by creating and updating them through zip uploads, S3 references, or container images. This Skill guides deployment workflows using the AWS CLI and SAM to establish event-driven compute.

How do I configure an S3 trigger for my AWS Lambda function?

To configure an S3 trigger, you set up event source mapping to integrate Lambda with S3. This Skill helps you establish triggers, configure necessary IAM permissions, and connect event sources like S3, SQS, and API Gateway.

Can I manage AWS Lambda environment variables, memory, and timeouts?

Yes, you can manage AWS Lambda configuration including environment variables, memory allocation, timeouts, and IAM roles. This Skill provides guidance for setting these parameters to properly configure your serverless functions.

What is the best way to debug AWS Lambda functions using CloudWatch and X-Ray?

Debugging AWS Lambda functions is best done by utilizing CloudWatch Logs and X-Ray for troubleshooting and monitoring. This Skill covers how to leverage these tools to trace execution and resolve issues in event-driven compute workloads.

Does this Skill support deploying Python functions that process S3 events?

Yes, this Skill supports deploying Python functions to process S3 events. It guides you through creating the function, setting up the S3 event trigger, and configuring the necessary execution permissions for serverless compute.

Do I need AWS CLI and SAM to manage Lambda function deployment workflows?

You use AWS CLI and SAM to manage Lambda function deployment workflows. This Skill integrates with these tools to facilitate function creation, code updates, and configuration management for event-driven compute environments.