in src/monitor.py [0:0]
def create_session(profile=None, region='eu-west-1') -> Session: return Session(profile_name=profile, region_name=region)