Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

IAM Identity Center configured in a different region then TEAM application is not supported #333

Open
miguelvidex opened this issue Dec 11, 2024 · 1 comment

Comments

@miguelvidex
Copy link

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

Copy link

github-actions bot commented Feb 9, 2025

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant