lambda-optimization-advisor

Community

Boost Lambda performance and cost efficiency

AuthorEmilLindfors
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes AWS Lambda handler code in Rust and suggests performance optimizations to reduce latency and cost, including concurrency, initialization patterns, and memory considerations.

Core Features & Use Cases

  • Concurrency optimization: Suggests concurrent requests with tokio::try_join! or tokio::join! for I/O-bound calls.
  • Lazy/init patterns: Advises on reusing clients and resources across invocations.
  • Build & deployment guidance: ARM64 builds and memory sizing considerations.

Quick Start

Start with identifying hotspots in a Lambda handler, apply the recommended pattern, then re-deploy and measure impact.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: lambda-optimization-advisor
Download link: https://github.com/EmilLindfors/claude-marketplace/archive/main.zip#lambda-optimization-advisor

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.