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
Describe the bug
IAM Identity Center configured in a different region then TEAM application is not supported.
Lambda functions as team06dbb7fcPreTokenGeneration were not created, taking into consideration that IAM Identity Center can be configured in a different region.
When creating the boto3.client you need to specify the different region:
client = boto3.client('identitystore')
client = boto3.client('sso-admin')
To Reproduce
Steps to reproduce the behavior:
Deploy the TEAM application in a different region than IAM Identity Center
The text was updated successfully, but these errors were encountered:
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed.
Describe the bug
IAM Identity Center configured in a different region then TEAM application is not supported.
Lambda functions as team06dbb7fcPreTokenGeneration were not created, taking into consideration that IAM Identity Center can be configured in a different region.
When creating the boto3.client you need to specify the different region:
client = boto3.client('identitystore')
client = boto3.client('sso-admin')
To Reproduce
Steps to reproduce the behavior:
Deploy the TEAM application in a different region than IAM Identity Center
The text was updated successfully, but these errors were encountered: