I have a python script that create a boto3 session with:
boto3
session = boto3.Session(profile_name=\'myprofile\')
Then I try to do: