You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
On the system architecture I see there is:
Gateway -> Lambda -> Prisma (Graphcool)
What about:
AppSync -> Lambda -> Prisma Cloud (Private cluster)
Is this possible?
The text was updated successfully, but these errors were encountered: