AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.
modernize dependencies and migrate to OIDC trusted publishing (7c23f37)
BREAKING CHANGES
Requires OIDC trusted publisher configuration on npmjs.com. The package will no longer publish with NPM_TOKEN. Follow docs/OIDC-TRUSTED-PUBLISHING-SETUP.md for migration instructions.
AWS CLI commands now properly handle cross‑region authentication by using the SSO token region for API calls while preserving the user's region preference for command execution.
eliminate AWS CLI path warnings and unused imports (6a222c4)
resolve AWS CLI execution and credential region mismatch issues (aa3789c)
resolve CLI test failures and finalize warning elimination (62bfe62)
resolve test environment issues and improve type safety (183aba3)
BREAKING CHANGES
AWS CLI commands now properly handle cross-region authentication by using SSO token region for API calls while preserving user's region preference for command execution