Skip to content

uwilken/aws-appsync-resolver-samples

 
 

Repository files navigation

AWS AppSync Resolver Samples

This repo contains samples showing how to use AppSync JavaScript resolvers and functions to connect to data sources and build GraphQL API. You can use these samples to help you quickly get started on your own projects.

Content

  • samples: Contains Cloudformation and AWS CDK sample APIs
  • templates Contains AppSync functions templates that you can leverage in your own APIs

About resolvers

Resolvers are the connectors between GraphQL and a data source. They tell AWS AppSync how to translate an incoming GraphQL request into instructions for your backend data source, and how to translate the response from that data source back into a GraphQL response. With AWS AppSync, you can write your resolver functions using JavaScript with the APPSYNC_JS runtime. For a complete list of features and functionality supported by the APPSYNC_JS runtime, see JavaScript runtime features for resolvers and functions.


This library is licensed under the MIT-0 License. See the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • Shell 8.9%