A CLI tool that syncs AWS CLI v2 SSO login sessions to legacy AWS CLI v1 credentials format, enabling tools like boto3, Terraform, and Ansible to use SSO profiles. Current version 1.4.0, requires Python >=3.7. Releases are infrequent; maintenance mode.
pip install yawssoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
First, log in with AWS CLI v2 SSO, then sync the session to a legacy profile. The legacy profile can then be used by boto3 or other tools.
Run `aws sso login --profile <sso-profile>` before `yawsso sync`.
Upgrade to 1.4.0 or omit --region if your profile has a region.
Ensure your AWS config has a '[sso-session <name>]' section. See AWS CLI docs for setup.
No dependency data recorded yet.