lambda

Installation
SKILL.md

AWS Lambda

AWS Lambda runs code without provisioning servers. You pay only for compute time consumed. Lambda automatically scales from a few requests per day to thousands per second.

Table of Contents

Core Concepts

Function

Your code packaged with configuration. Includes runtime, handler, memory, timeout, and IAM role.

Related skills
Installs
121
GitHub Stars
1.1K
First Seen
Jan 22, 2026