Forked from the minimal Go application repository for fly.io Getting Started.Includes setup for setting up a Tigris connection using AWS SDK for Go.
To get started:
- clone this repo
flyctl launch
- view the deployed app with flyctl open
- Create a Tigris Bucket by running
fly storage create
in the base directory of the repo. - Update the Bucket name specified in the
UploadText()
function to use the Bucket name of your Tigris App - Run
fly deploy