Lambda function bundles generated with `python_aws...
# general
b
Lambda function bundles generated with
python_awslambda()
are pretty heavy as they embed PEX and wrapping code. Is there an easy way to not use PEX and simply add the project's source code and its dependencies?