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.
- https://go.dev/doc/install
- https://www.python.org/downloads/
- https://github.com/google/go-jsonnet
- https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli
- https://docs.docker.com/engine/install/
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
Updated 9 months ago