trek10inc / awsume

A utility for easily assuming AWS IAM roles from the command line.
https://awsu.me
MIT License
497 stars 90 forks source link

AWSumePy #7

Closed mbarneyjr closed 7 years ago

mbarneyjr commented 7 years ago

AWSume in Python!

AWSume is no longer completely running in a shell script, which can be slow. Now, when a user calls awsume, they call a tiny shell script that acts as a wrapper for the AWSumePy python script. Because a large portion of the workload was moved from Bash/Zsh/Powershell to Python, assuming a role is now much faster.

Features