Open abelovic opened 6 years ago
@abelovic to integrate appsync with prisma we would need to pass GraphQL info object in the resolver functions. As of right now appsync doesn't provide this functionality.
@sid88in - thanks for your help! I will check with AWS support and see if they have any plans to implement this
On the system architecture I see there is:
Gateway -> Lambda -> Prisma (Graphcool)
What about:
AppSync -> Lambda -> Prisma Cloud (Private cluster)
Is this possible?