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?
Thanks