Python’s pip on steroids
An extremely fast Python package installer and resolver, written in Rust. - astral-sh/uv... (more…)
Read more »
Handling Python dependencies in your Lambda functions can be a pain. Here’s how I handle Python packaging with Serverless for dev/prod parity. Read more