<#18141 `environment` support in python_awslambda>...
# github-notifications
q
#18141 `environment` support in python_awslambda Issue created by eliskovets Is your feature request related to a problem? Please describe. We have a lot of
python_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/pants
u