bumpy-noon-80834
10/05/2022, 8:26 PMpython_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?happy-kitchen-89482
10/05/2022, 9:35 PMhappy-kitchen-89482
10/05/2022, 9:36 PMlambdex
under the covers, as a shortcut, but it bumpy-noon-80834
10/06/2022, 9:20 AMbumpy-noon-80834
10/06/2022, 1:18 PMhappy-kitchen-89482
10/06/2022, 3:05 PMhappy-kitchen-89482
10/06/2022, 3:06 PMboto3
using the !!
syntax in the `python_awslambda`’s dependencies=
happy-kitchen-89482
10/06/2022, 3:07 PMhappy-kitchen-89482
10/06/2022, 3:07 PMdependencies=['!!3rdparty/python#boto3', ...]
bumpy-noon-80834
10/06/2022, 3:08 PMhappy-kitchen-89482
10/06/2022, 3:42 PMhappy-kitchen-89482
10/06/2022, 3:42 PMbumpy-noon-80834
10/06/2022, 3:45 PM