serverless / serverless-graphql

Serverless GraphQL Examples for AWS AppSync and Apollo
https://www.serverless.com
MIT License
2.72k stars 364 forks source link

Appsync with Prisma Cloud #336

Open abelovic opened 6 years ago

abelovic commented 6 years ago

On the system architecture I see there is:

Gateway -> Lambda -> Prisma (Graphcool)

What about:

AppSync -> Lambda -> Prisma Cloud (Private cluster)

Is this possible?

sid88in commented 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.

abelovic commented 6 years ago

@sid88in - thanks for your help! I will check with AWS support and see if they have any plans to implement this