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?
Asked
Active
Viewed 1.6k times
2 Answers
26
The User Pool Client ID is available from the Amazon Cognito User Pools console in the App Clients section.
You should create an App Client if it doesn't already exist. Make sure to uncheck the "Generate client secret" box.

Rohan Deshpande
- 3,535
- 1
- 26
- 31