Skip to content
New issue

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

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

Already on GitHub? Sign in 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 · 0 comments

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant