In this project I have sample code that will allow you to get started quickly with a very simple create and read application behind a managed GraphQL API backend. This is just a sample that should be used for learning purposes, it’s not one size fits all and you’ll need to adapt and change for your specific use cases.
Node v12 or later should be installed locally. The Serverless Framework v3 should be installed:
npm install serverless@3 -g
You should work within your own clone/fork of the repository so you can freely commit and push changes.
- Fork the repository on GitHub
- Clone the forked repository
You should run npm ci
in the root directory to install all package dependencies.
After setting your AWS Credentials
you should run the command npx sls deploy
in the root directory