microscopic-keyboard-5013
08/18/2023, 7:33 PM.yml file in the source directory. I’ve checked that there is no pants_ignore.add defined in pants.toml, meaning it is using my .gitignore, which I have checked should not affect the yml in questionmicroscopic-keyboard-5013
08/18/2023, 7:33 PMpython_sources(
name="lib",
dependencies=[
":lib",
":reqs",
":ingestion_config",
],
)
file(
name = 'ingestion_config',
source = 'ingestion_config.yml',
)
poetry_requirements(
name="reqs",
source="pyproject.toml"
)
python_awslambda(
name="lambda",
runtime="python3.8",
# Pants will convert this to `project.lambda_example:example_handler`.
handler="run.py:main",
dependencies=[
':lib',
':ingestion_config',
],
)cold-jackal-89755
08/18/2023, 7:35 PMcold-jackal-89755
08/18/2023, 7:36 PMcold-jackal-89755
08/18/2023, 7:36 PMcold-jackal-89755
08/18/2023, 7:37 PMmicroscopic-keyboard-5013
08/18/2023, 7:37 PMcold-jackal-89755
08/18/2023, 7:38 PMhappy-kitchen-89482
08/19/2023, 3:56 PM