```aws cognito-identity get-id --identity-pool-id ...
# help
k
Copy code
aws cognito-identity get-id --identity-pool-id us-east-1:c007ebc2-2ebf-44d6-9ea5-e40ea36f34df --logins <http://accounts.google.com|accounts.google.com>="googe_id_token"
I ran this command and got this error
Could not connect to the endpoint URL: "<https://cognito-identity.us-east1.amazonaws.com/>"
How do i fix this?
f
typo
us-east1
k
Ah