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
Generating python lambda zips is a cumbersome process. It would be great if uv build can have the ability to generate AWS Lambda zip files which can be used to create lambda function in AWS.
Is there a reason you wouldn't be able to use --target like the AWS lambda guide says? I'm trying to understand if there's a compatibility gap with what pip enables you to do.
Generating python lambda zips is a cumbersome process. It would be great if
uv build
can have the ability to generate AWS Lambda zip files which can be used to create lambda function in AWS.AWS Documentation Link: https://docs.aws.amazon.com/lambda/latest/dg/python-package.html#python-package-create-dependencies
The text was updated successfully, but these errors were encountered: