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?
1 Answers
19
votes
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.



