aws-lambda-python-alpha: Support uv
lockfile for PythonFunction
bundling
#32413
Labels
@aws-cdk/aws-lambda-python
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Today,
PythonFunction
supports lockfiles from the following ecosystems:uv
is gaining in popularity and has its own lockfile,uv.lock
. It would be great ifPythonFunction
supported using this lockfile.Use Case
Allow the usage of Python modern dev tools.
Proposed Solution
Update the bundling logic in the Dockerfile.
The Dockerfile is still using Python 3.7 as the default, despite even Python 3.8 being deprecated.
Other Information
Issue inspired by #31753
Issue related to #31238
Acknowledgements
CDK version used
2.172.0
Environment details (OS name and version, etc.)
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: