(This is simple CRUD operation implementation. There is no authentication / authorization implemented)
- Configure AWS environment credentials on local machine
- Clone the code
- Rename config/parameters.template to config/parameters.yml
- Do npm install (Make sure node 8+ is installed on the machine)
- Run sls deploy
Go to AppSync Console and look for instructions to integrate with your App in iOs/Android/Javascript
You can also test the APIs by running queries in AppSync Console To test via Appsync console, you can use test data from test-data folder
User
- Add User
- Get User by Id
- Update User
- Delete User
User Login History
- Add Login History
- Get Login History