You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enable region specific client factory through Config rules parameters
Add options to disable assuming default AWS Config Role and use lambda role for execution. It can be done by set assume_role_mode=False in clientfactory.build_client() or add Config rules parameter "AssumeRoleMode" equals to false.
Add recommendation for error on AssumeRole of the default AWS Config Role (#35)
Add in README on adding region and disabling assume role mode