Skip to content

Instantly share code, notes, and snippets.

View jamesdehart's full-sized avatar
💭
Excited! Here we go!

James DeHart jamesdehart

💭
Excited! Here we go!
  • United States
View GitHub Profile
@limed
limed / maws-federate.py
Last active June 4, 2022 22:31
Federate into aws console when you have aws keys exported
#!/usr/bin/env python3
import json
import sys
import requests
import click
from webbrowser import open_new_tab
from urllib.parse import quote_plus
from os import getenv, environ