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
Fix jump role manager AWS Organizations API retries
## Why?
When multiple accounts are bootstrapped by ADF via changes in the AWS
Oranizations hierarchy, the jump-role-manager could run into rate limits of
the AWS Organizations API.
## What?
This change will ensure that the lambda function will retry more often.
While using exponential back-off and jitter as built-in by boto3 and as
configured in the Step Function retry logic.
0 commit comments