Intro to AWS Amplify: build a multi-tenant SaaS app – Part 3: Deployment Setup

Deployment Setup

This is Part 3 of my “Intro to AWS Amplify”. If you haven’t already, you can find the previous articles in the series below:

Part Description
Part 1: Preparation This article provides an introduction and instructions on creating the required AWS environment.
Part 2: App Setup This section outlines the steps to set up out new Amplify application and host it in a repository.

Overview

By now you should have your react application bootstrapped and the amplify project initialized and committed to a git repository.… [Keep reading] “Intro to AWS Amplify: build a multi-tenant SaaS app – Part 3: Deployment Setup”

Intro to AWS Amplify: build a multi-tenant SaaS app – Part 2: Application Setup

Application Setup

This is Part 2 of my “Intro to AWS Amplify”. If you haven’t already, you can find the previous articles in the series below:

Part Description
Part 1: Preparation This article provides an introduction and instructions on creating the required AWS environment.

Overview

Continuing on from Part 1,  you should by now have your Cloud9 instance configured and ready to go. In this article, we will install the required libraries in our Cloud9 instance and bootstrap our Amplify Application.… [Keep reading] “Intro to AWS Amplify: build a multi-tenant SaaS app – Part 2: Application Setup”

Getting Started: Intro to AWS Amplify: build a multi-tenant SaaS app

Getting Started: Intro to AWS Amplify: build a multi-tenant SaaS app

What is this?

As we get started with the new year I thought I’d take the opportunity to start publishing a different type of article this year. Today begins a new series of articles where I will walk through the process of building out a web application using AWS Amplify. It will be a typical todo application written in React and Node JS and we’ll use the Amplify CLI to configure and deploy it into both a test and production environment.… [Keep reading] “Getting Started: Intro to AWS Amplify: build a multi-tenant SaaS app”