Is there any writing on when you’d want to use AWS...
# orm-help
d
Is there any writing on when you’d want to use AWS AppSync over Prisma? Or is there a case where you’d use both?
m
Sorry, that was supposed to start a thread ;-/
The prospect of using both makes theoretical sense to me. You could just use a Lambda function as your go-between AppSync and Prisma. Heck, I use a Lambda function as my GraphQL Server... but then you're throwing yet another hop in front of your data. I know the folks at Apollo have been talking offline support for some time, so I have to think its coming soon -- especially since AppSync client is built on Apollo Client. For me, at this point, it just doesn't feel like I need that offline support enough to justify having to use and pay for VTL (which sucks, Im sorry).
👍 1