Skip to content

dagasatvik10/amplify-pipeline-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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