What problem does it solve? Deciding whether and how to move Lambda functions to AWS Lambda Managed Instances (LMI) requires cost analysis, concurrency-safe code review, capacity provider configuration, and infrastructure setup, which is complex and error-prone without structured guidance. ## Core Features & Use Cases - Workload Assessment & Cost Comparison: Evaluates traffic patterns, runtimes, and spend to determine if LMI beats standard Lambda, using the LMI Pricing Calculator and Savings Plans analysis. - Configuration & Infrastructure Setup: Provides instance family selection, memory-to-vCPU ratios, IAM roles, VPC endpoints, CLI commands, and SAM templates for capacity providers. - Migration & Troubleshooting: Supplies runtime-specific thread-safety checklists (Node.js, Java, .NET, Python), before/after code patterns, and fixes for throttling, stuck deployments, and scaling issues. - Use Case: A team running a steady 100M requests/month Node.js API on standard Lambda uses this Skill to compare costs, configure a Graviton capacity provider, refactor shared global state, and cut over gradually with weighted aliases. ## Quick Start Ask the assistant to evaluate whether your Lambda function is a good fit for Lambda Managed Instances and build a cost comparison.