Try Substation on AWS

Substation is cloud-native and ships with several examples that deploy on AWS. These examples rely on infrastructure as code using Terraform for managing cloud resources.

Follow the instructions below to install dependencies and deploy an example on AWS:

Install Dependencies

These dependencies can be verified by running make check from the project root.

Authenticate to AWS

Download, Build, and Deploy the Application

git clone https://github.com/brexhq/substation.git && \
cd substation && \
make check && \
make build-aws && \
make deploy-aws DEPLOYMENT_DIR=examples/terraform/aws/dynamodb/cdc AWS_APPCONFIG_ENV=example

When testing