This project is part of the tutorial to add pipeline resolvers to AWS amplify.
You can find the complete tutorial here
To complete this tutorial, you will need:
- Node.js(>=10.x) and NPM(>=6.x) installed. Download from here.
- An AWS account. If you don't have one, you can create here.
- Amplify CLI installed and configured.
- Clone this repository
- Initialize a new AWS backend
$ amplify init
- Each commit corresponds to a complete step in the tutorial.
- Run the following if you want to deploy the code
$ amplify push
- AWS Amplify
- React