aozen
aozen
Sure, using boto3 is a valid way to do it. If this is something that is out of scope for the library and where the line of abstraction is drawn...
If adding a level of abstraction however does makes sense. Something in the line of: ``` schedule = workflow.schedule( expression="cron(0 12 * * ? *)", inputs={ "PreprocessingJobName": preprocessing_job_name_prefix "TrainingJobName": training_job_name_prefix,...
Thanks for the links. I wasn't aware of the input transformation possibilities. Would definitely drop the transformation lambda in that case in support for an abstraction based on using input...
Okay great thanks!
Thanks ernierasta! I will try looking at copying it directly to the themes directory! Regards Auron