quaint-telephone-89068
02/01/2023, 3:32 PMpython_awslambda in our code, and were excited about environment option coming into play that's finally should solve the issue with building lambda packages on a Macos that's deployed to the Linux environment in AWS. Unfortunately, it seems that currently only pex_binary and `python_tests`(probably some other targets as well) have support for environment argument, but not the python_awslambda.
Describe the solution you'd like
Could you please add environment argument support for python_awslambda target?
Describe alternatives you've considered
Currently we have to run pants from inside of a docker container. We would love to see it supported natively by pants.
Additional context
#17355
pantsbuild/pantsuser
02/01/2023, 11:31 PM