-
Notifications
You must be signed in to change notification settings - Fork 130
enhance docs for appsync #782
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-782.surge.sh 🎊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing this one up, I'm glad we're updating the appsync docs, and it has been on my todo list for a while now!
A few things I'd like to see in this update, especially around resolvers. We have not yet announced support for javascript resolvers (at least not in this page). I think it's a good opportunity to mention them.
@@ -72,24 +192,51 @@ $ awslocal appsync create-graphql-api --name my-api --authentication-type API_KE | |||
} | |||
} | |||
} | |||
{{< /command >}} | |||
``` | |||
|
|||
## GraphQL Resolvers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These entries are called "data sources" in the AWS docs. Resolvers are transformers that can change requests to and from data sources.
Co-authored-by: Simon Walker <s.r.walker101@googlemail.com>
Co-authored-by: Simon Walker <s.r.walker101@googlemail.com>
No description provided.