Hi, I'm using extensions and aws batch/step functi...
# ask-metaflow
r
Hi, I'm using extensions and aws batch/step functions. Given that all the parameters are in ssm, it seems like a useful thing to do something like this in the config:
BATCH_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
1