GraphQL starter application with Realtime and Offline functionality using AWS AppSync
This is a Starter React application for using the Sample app in the AWS AppSync console to build a GraphQL API. The Sample app creates a GraphQL schema and provisions Amazon DynamoDB resources, demonstrating GraphQL Mutations, Queries, and Subscriptions using AWS AppSync.
To install and set up the app, follow these steps:
aws-exports.js configuration file.aws-exports.js file in the root of your app with the file you just downloaded.This Starter React application allows users to build a GraphQL API using the Sample app in the AWS AppSync console. It provides features for creating new events, adding comments to existing events, querying events, and subscribing to real-time updates for comments. The app uses API Key as the authorization mechanism.