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
Thanks to #756, Lambda builders now has support for using UV as a Python builder. However, that workflow still relies mostly on uv pip install and the pip interface because it supports --python-platform, which is crucial for building cross-platform for Lambda functions.
However, since this PR was created, uv sync the idiomatic UV way of installing deps, has since added a --python-platform flag, which would accomplish the same thing without having to export to a requirements.txt and then uv pip install.
Proposal
Utilize uv sync with --python-platform instead of uv pip install