Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.23 KB

This project is part of the tutorial to add pipeline resolvers to AWS amplify.

You can find the complete tutorial here

Prerequisites

To complete this tutorial, you will need:

Getting Started

  • Clone this repository
  • Initialize a new AWS backend
    $ amplify init
  • Each commit corresponds to a complete step in the tutorial.
    • Checkout the commits corresponding to each step by-
      $ git log --pretty=oneline
      Alt Text
    • Replace commitId with the corresponding commitId for a step and then run checkout.
      $ git checkout <commitId>
  • Run the following if you want to deploy the code
    $ amplify push

Built With

  • AWS Amplify
  • React