Rapidly generates a configurable infrastructure as code approach to deploying the reflex infrastructure. After building the infrastructure code, simply deploy the infrastructure via terraform
.
Full reflex documentation (including CLI usage) can be found on our docs site.
Reflex enforces security best practices in cloud environments through event-driven automation. Get started by visiting our documentation.
pip install reflex-cli
- Generate a configuration file:
reflex init
- Build terraform output files:
reflex build
- Deploy those files:
terraform init && terraform apply
- Sleep better at night!