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.