aws-samples / aws-saas-factory-ref-solution-serverless-saas

MIT No Attribution
448 stars 147 forks source link

Serverless SaaS - Reference Solution

This serverless saas reference solution is built using SaaS Builder Toolkit (SBT) control plane and core application plane components.

We have also created a workshop that you can use as a reference to understand this reference solution in a step-by-step fashion. Workshop is available here.

Feedback & Feature request | Documentation

Pre-requisites

Deploying

To deploy this reference solution run below script. Replace the "test@example.com" email address with yours. This email address will be used to setup an admin user in the control plane of this reference solution.

cd scripts
./install.sh test@example.com

This script will deploy the following:

Steps to Clean-up

Run below script to clean up

cd scripts
./cleanup.sh