-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
** Which Category is your question related to? **
AWS Amplify
I set up the auth and storage using Amplify but when I observed my Cognito user pool region it is in eu-west-2 London but I am in US and all my current lambda functions exist in this region. So theoretically I can't use any of existing lamda functions on Cognito Userpools and my biggest problem we code for lamda using Cloud9 of AWS and cloud9 doesn't support eu west 2 region.
So My question is there anywhere while adding amplify add auth
can it ask my region..
(I don't want to create Cognito Userpool manually and updated the configuration parameters link "aws_cognito_identity_pool_id", "aws_cognito_region", "aws_user_pools_id"
in aws exports
as I tried several times and ended with no success.)
- Question2 : I want to use the Cognito user pool token for my API gateway verification too. Will this region affect me?
So, Please let me know any solution in my case....any help is appreciated or let me know if I miss anything or if my understanding is wrong.