average-breakfast-91545
03/04/2023, 1:48 PMlambdex
. I've uploaded the pex to lambda, and the handler is invoked correctly, but it's unable to resolve boto3
, which should be present by default in the lambda runtime. My guess is that pants' sys path magic is preventing it from resolving. Any clues?enough-analyst-54434
03/04/2023, 2:22 PMPEX_INHERIT_PATH=x
in the lambda environment?average-breakfast-91545
03/04/2023, 2:23 PMenough-analyst-54434
03/04/2023, 2:30 PMpex --help-variables
average-breakfast-91545
03/04/2023, 2:31 PMenough-analyst-54434
03/04/2023, 2:37 PMPEX_ROOT=/tmp
average-breakfast-91545
03/04/2023, 2:38 PMenough-analyst-54434
03/04/2023, 2:38 PM--runtime-pex-root
.