Skip to content

DanielDeGaspari/appsync-amplify-basic-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appsync-amplify-basic-setup

This repository contains a basic setup using Amplify (Framework based on Amazon Web Services AppSync)

Requisites

Setup

  • AWS Config file

    • If not already exists, create a new one:
      • touch /Users/{myUserName}/.aws/config
  • Project absolute path

    • Go in the following file and change "projectPath" value with the absolute path of your project folder
      • ./appsync-amplify-basic-setup/amplify/.config/local-env-info.json

Build & Run

Example:

  • Query:
    • try running following query and see the result:
    query MyQuery {
        getComment(input: 1)
    }

or

    query MyQuery {
        getComment(input: 30)
    }

About

This repository contains a basic setup using Amplify (Framework based on Amazon Web Services AppSync)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors