Wrapper to use boto3 resources with the aiobotocore async backend
conda install conda-forge::aioboto3
aiobotocore allows you to use near enough all of the boto3 client commands in an async manner just by prefixing the command with await.