Any plans to include GraphQL tutorials?

There seems to be a general lack of information in this area, save for some example projects that are outdated or not so great. Just a feature request.

1 Like

Oh I see. Thanks for brining it up. Have you tried AppSync?

Appsync is great until you have to write a custom resolver that does anything other than a simple CRUD operation. Then you’re stuck using velocity templates to write what would could be done much easier in javascript or any other coding language.

I was able to get an apollo server running in lambda to handle graphql queries, after several false starts looking at outdated tutorials

2 Likes

I see. Thanks for letting me know.

Can you please share a tutorial to start using an apollo server running on lambda? You still are using this approach?

We added an example for this recently How to create an Apollo GraphQL API with serverless | Serverless Stack.