What problem does it solve?
Lambda skills help you build and operate AWS serverless functions without provisioning servers, while enabling faster setup, safer configuration, and reliable troubleshooting for common production issues.
Core Features & Use Cases
- Function setup and lifecycle: Create, update code, and manage configuration such as runtime, handler, memory, timeout, and IAM execution role.
- Event-driven triggering: Configure common invocation patterns via S3, SQS, and other event sources using event source mappings and resource-based permissions.
- Performance, security, and reliability guidance: Apply best practices for cold starts (e.g., right-sizing, provisioned concurrency), least-privilege IAM, encryption, DLQ/retries behavior, and actionable troubleshooting for timeouts, OOM, and permissions errors.
Quick Start
Use the lambda skill to check whether an AWS Lambda function with a Function URL is publicly invocable by running an unauthenticated curl probe against the discovered Function URL.