-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
Describe your idea/feature/enhancement
We need UV support to build the dependencies. UV is a new tool implemented in Rust that provides significant performance enhancements. Besides, this tool supports pyproject.toml
well which meets the new Python standards: PEP-631
Proposal
I just suspected if we need a dedicated builder isolated python_pip
. As we can extend this python_pip
to support the dependency_manager called uv
.
Additional Details
I found an issue raised in aws-sam-cli
project, see: aws/aws-sam-cli#7744. However when I checked the code of aws-sam-cli
, aws-lambda-builders mus support first.
hleb-kastseika, jinxiao, arjun-moodys, sriram-mv, fcsestme and 3 more