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:
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: