Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Amplify based Angular 7 app communicating to AWS Appsync

License

Notifications You must be signed in to change notification settings

iarjunsk/amplify-appsync-app

Repository files navigation

Angular App integrated to Appsyn using Amplify

Main Page

Features:

  1. Appsync Query using vehicle Id.
  2. Appsync subscribe/unsubscibe for mutations of specific vehicle id.
  2. Cognito authentication

Make sure your read my complete "Appsync series"

Running

  1. Run npm install to install node modules.

  2. Update the cognito credentials in aws-exports.js

  3. Run ng serve -o to run the project.