most-megabyte-16427
09/29/2023, 2:36 AMlate-advantage-75311
09/29/2023, 6:09 PMrun_shell_command
. In pants the artifact or target is the 'what' of 'what do you want to publish?'. The same artifact can be built with package
, run with run
or published with publish
. (like for a docker image)
Also, perhaps unrelated, have you considered directly packaging the zip for lambda rather than via first dockerizing? https://www.pantsbuild.org/docs/awslambda-pythonmost-megabyte-16427
10/02/2023, 11:09 PM