github icon

github icon

Setting Up Seed

May 08, 2020


In this part we will set up Seed, which is our Continous Integration & deployment tool that will allow us to deploy our backend whenever there is a change in the master branch of our repo and configure different stages.

The reason why we are doing this so soon is that for our Apollo Server to work with Serverless Offline we need the Lambda and the other resources to be provisioned to work with GraphQL playground.

First, sign up for an account:

Then click add an App

Once you've selected the Git provider that your repo is in, it should detect the service automatically.

Then you need to add your AWS credentials:

Once that is done click add new app

Now we need to deploy, so click the arrow in the dev part if the pipeline and click deploy

After a few minutes you should be able to see the new endpoints and tables we created. first click on the drop down:

then click view resources:

We will get back to how we can move stuff to prod later.

Chapters

Backend

Frontend