VTL resolver to authenticate multiple users from two different cognito pools

0

I need I have two cognito pools One is for uber rider One is for uber driver

now when I query from my rider side I need rider authentication from his pool on rides table and when I need to query from drivers side I need driver credentials for authentication from his pool to get data from rides table.

like this one https://aws.amazon.com/blogs/mobile/graphql-security-appsync-amplify/

but with code gen amplify it self generate the VTL. but my problem is to write it by myself as I am not using amplify.

1개 답변
0

You can make all the changes to the GraphQL Schema or the template mapping of the resolvers in the AppSync Console, and you don't need to use Amplify for it.

Here is a link to AppSync documentation on the way to authorize different users to do different queries or mutations. It covers similar use cases to the one that you defined.

MLGuy
답변함 2년 전
  • Thank you. this is helpful, I will study, apply and will let you know. Do you have any tutorial regarding VTL writing for resolvers. as I could not find that anywhere and paid courses are expensive. There are tutorials for VTL on apache site but I need more accurate and with respect to AWS appsycn resolvers.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠