Hi, I'm running through the Auth0 tutorial and I'm...
# help
n
Hi, I'm running through the Auth0 tutorial and I'm running into issues getting the user's Cognito Identity ID. The Identity pool is created within AWS and I'm in the correct region but the following call
Copy code
aws cognito-identity get-id --identity-pool-id us-east-1:<id hidden>
Gives the following error...
Copy code
An error occurred (ResourceNotFoundException) when calling the GetId operation: IdentityPool 'us-east-1:<id hidden>' not found.
I'm not sure if this is a me thing or an AWS thing. Any help/pointers very much appreciated.
f
Hey @Neil Balcombe, can u double check u r using the right AWS profile? (ie. calling against the correct AWS account)
n
I only use the one account currently and have created a specific IAM user for CLI access as per the SST guide. Can I assume that SST uses this same CLI user throughout?