Contains helper functions for the AWS Python sdk (Boto3) package.
python -m pip install --upgrade aws-boto3-sdk-helpers
A few examples on how to use the AWS python SDK (Boto3)
python -m venv /opt/python_envs/boto3 && source /opt/python_envs/boto3/bin/activate
python -m pip install boto3 botocore