This adds parameter-overrides and additional-args to the SAM build command, much as they're available to be passed to the deploy command.
In addition, this also allows additional-build-args to be passed to the build command within the deploy job and also for the deploy job's parameter-overrides to be passed through to the build command. In the case that a person wished to have separate or different parameter-overrides for their build and deploy commands when running the deploy job, additional-build-args is passed to the sam command after parameter-overrides and thus could be used to fine tune the parameters and final command.
This adds
parameter-overrides
andadditional-args
to the SAM build command, much as they're available to be passed to the deploy command.In addition, this also allows
additional-build-args
to be passed to the build command within thedeploy
job and also for thedeploy
job'sparameter-overrides
to be passed through to the build command. In the case that a person wished to have separate or differentparameter-overrides
for their build and deploy commands when running thedeploy
job,additional-build-args
is passed to the sam command afterparameter-overrides
and thus could be used to fine tune the parameters and final command.