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.
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.tomlwell which meets the new Python standards: PEP-631Proposal
I just suspected if we need a dedicated builder isolated
python_pip. As we can extend thispython_pipto support the dependency_manager calleduv.Additional Details
I found an issue raised in
aws-sam-cliproject, see: aws/aws-sam-cli#7744. However when I checked the code ofaws-sam-cli, aws-lambda-builders mus support first.