11
votes

Now I'm using AWS AppSync and Cognito. I wrote schema of AppSync. But I can't test the schema in Queries tab. Running query requires user authentication and I can't find User pool client ID. Where can I find it?

enter image description here enter image description here

1

1 Answers

19
votes

The User Pool Client ID is available from the Amazon Cognito User Pools console in the App Clients section.

enter image description here

You should create an App Client if it doesn't already exist. Make sure to uncheck the "Generate client secret" box.

enter image description here