Skip to content

Instantly share code, notes, and snippets.

View borrell's full-sized avatar

Chris B borrell

View GitHub Profile
@sgtoj
sgtoj / aws_sso.py
Last active February 13, 2024 18:58
AWS SSO Credentials File Updater for AWS SDKs
#!/usr/bin/env python3
import json
import os
import sys
from configparser import ConfigParser
from datetime import datetime
from pathlib import Path
import boto3