quiet-lunch-43165
11/01/2023, 5:01 AMruntime
field in a python_awslambda target
. If I do this:
python_awslambda(
name="configuration_change",
runtime=env("LAMBDA_PYTHON_VERSION"),
handler="configuration_service.py:configuration_change_handler",
)
I get the error:
The python_awslambda target [/snip]configuration_change must specify either a runtime or complete_platforms or both.
Is this possible?broad-processor-92400
11/01/2023, 5:12 AMruntime=None
. Can you confirm you're running with that env var set as you'd expect?quiet-lunch-43165
11/01/2023, 5:39 AM