I have a question about Amplify, especially, how to
- connect two Amazon Cognito user pools from the same API(AppSync)
- define in which Amazon Cognito user pool authentication is required in schema.graphql.
The following picture is what I want to achieve.
Some API require user pool for user
authentication, but on the other hand, others require user pool for admin
.
- API's have to be able to see the same Dynamo DB.