Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Last active February 15, 2023 06:01
Show Gist options
  • Save thanakijwanavit/d800c77dfdba2cf4d635cca87cc2d0e4 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/d800c77dfdba2cf4d635cca87cc2d0e4 to your computer and use it in GitHub Desktop.
set aws environment in boto3 python
os.environ['AWS_PROFILE'] = 'tenxor'
os.environ['AWS_DEFAULT_PROFILE'] = 'tenxor'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment