Deploy Tool Dependencies
To make this automagically deployment happen with a robust infrastructure you will need to create an AWS account and install some tools:
- - Download and Install AWS CLI
- - Download and Install Docker — your server is built as a Lambda container image, so Docker must be running during a deploy.
- - Login with AWS CLI and add IAM credentials to your CLI to work.
Note: you do not need to install OpenTofu — the gothic CLI downloads and manages a pinned version for you, so the infrastructure toolchain is zero-setup.
Now that you downloaded and installed all the dependency tools for the deploy to happen, let's learn more about how to configure your deploys!
