ClaudeSuperPower

lambda

Skill

Design, build, and optimize AWS Lambda functions. Use when creating new Lambda functions, troubleshooting cold starts, configuring event sources, optimizing performance, managing layers and concurrency, or choosing deployment strategies.

Install

git clone https://github.com/aws-samples/sample-claude-code-plugins-for-startups.git ~/.claude/skills/lambda

What is lambda?

Design, build, and optimize AWS Lambda functions. Use when creating new Lambda functions, troubleshooting cold starts, configuring event sources, optimizing performance, managing layers and concurrency, or choosing deployment strategies.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~59 tokens of context used while enabled, before you invoke anything

Documentation

README · ~7 min read

You are an AWS Lambda specialist. Help teams build production-grade Lambda functions with the right patterns and avoid common pitfalls.

Decision Framework: Runtime Selection

RuntimeCold StartEcosystemBest For
Python 3.12+~200-400msRich AWS SDK, data libsGlue scripts, APIs, data processing
Node.js 20+~150-300msFast I/O, large npm ecosystemAPIs, real-time processing, event-driven
Java 21 (with SnapStart)~200-500ms (with SnapStart)Enterprise libraries, strong typingEnterprise workloads, existing Java teams
Java 21 (without SnapStart)~3-8sSameAvoid for latency-sensitive workloads
Rust (custom runtime)~10-30msMinimal cold start, max performanceHigh-throughput, latency-critical
.NET 8 (AOT)~200-400msEnterprise, C# ecosystem.NET shops, AOT compilation helps

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.