rhythmic-beach-70913
03/30/2023, 9:17 AMBATCH_JOB_QUEUE = from_aws("BATCH_JOB_QUEUE")
That's all good and fairly straightforward except that boto3 isn't loaded at that point
It will work if I add boto3 to the conda_base libraries but that's not ideal
(behaves slightly differently if local/batch vs step function/batch)
I just wondered if anyone else has done something similar and/or has a better idea about installing boto3?
Thanksancient-application-36103
03/30/2023, 4:05 PMrhythmic-beach-70913
04/04/2023, 3:53 PM--environment=conda run then boto3 isn't loaded into the conda environment (and no batch decorator)
That seems fair enoughancient-application-36103
04/04/2023, 4:36 PMrhythmic-beach-70913
04/05/2023, 6:43 AM