You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your implementation is going to use uv to generate a requirements.txt then you'll end up using pip to install, meaning the solution will be missing out on uv being so fast in installing the dependencies
I would suggest to think about how to capitalize on uv's speed to speed up CDK builds
Describe the feature
Just as poetry is supported, uv will also be supported.
Use Case
Manage python modules by uv, and deploy it to AWS Lambda.
Proposed Solution
The uv can generate requirements.txt by running
uv pip compile
.Other Information
No response
Acknowledgements
CDK version used
2.154.0
Environment details (OS name and version, etc.)
macOS Sonoma 14.5
The text was updated successfully, but these errors were encountered: