Skip to content

Instantly share code, notes, and snippets.

View fpereyrap's full-sized avatar
🖖
Do what you can't

Facundo Pereyra fpereyrap

🖖
Do what you can't
View GitHub Profile
@fpereyrap
fpereyrap / aws_sso.py
Created April 26, 2020 03:28 — forked from sgtoj/aws_sso.py
AWS SSO Credentials File Updater for AWS SDKs
#!/usr/bin/env python3
import json
import os
import sys
from configparser import SafeConfigParser
from datetime import datetime
from pathlib import Path
import boto3