aws-session-handler

AWS Session Handler


Keywords
boto3, amazon, web, services, aws, authentication
License
MIT
Install
pip install aws-session-handler==0.0.4

Documentation

aws_session_handler

Amazon Web Service python session helper

Features

  • cache credentials on disk if assume_role with mfa serial

Usage

pip install aws-session-handler
from aws_session_handler import AwsSessionHandler

handler = AwsSessionHandler(profile='default')
s3 = handler.client('s3')
print(s3.list_buckets())