lemon-yak-80782
07/11/2023, 10:31 AMhappy-kitchen-89482
07/13/2023, 9:41 PMlemon-yak-80782
07/14/2023, 9:13 AMhappy-kitchen-89482
07/14/2023, 9:27 PMlemon-yak-80782
07/16/2023, 8:02 PMlemon-yak-80782
07/17/2023, 10:09 AMhappy-kitchen-89482
07/18/2023, 8:54 AMpex_binary
to be the dep of a python_source
? What is in that python_source
?lemon-yak-80782
07/19/2023, 11:56 AMpython_sources(name="lib")
python_source(
name="app",
source="app.py",
dependencies=[":lib"],
run_goal_use_sandbox=False,
)
CDK requires lambda.zip, .pex, bundle.tar.gz files etc. Currently, we run a bash script to package the required modules and move them to the directories CDK expects them. It would be convenient to use a more pants like approach.
I guess the main problem is that CDK is used as a run goal, but it actually should be a publish goal.