First public version. Includes new features like parsing from a string, and converting to strings of format 'c', 'g', and 'G'. This project welcomes contributions and suggestions. Most contributions ...
The typical way to use boto3 when programmatically assuming a role is to explicitly call sts.AssumeRole and use the returned credentials to create a new boto3.Session or client. It looks like this ...