Amazon Web Service python session helper
- cache credentials on disk if assume_role with mfa serial
pip install aws-session-handler
from aws_session_handler import AwsSessionHandler
handler = AwsSessionHandler(profile='default')
s3 = handler.client('s3')
print(s3.list_buckets())