Please use Golang 1.22 >= version
- Create a .env file:
$ touch .env
- Set up the environment variables below: Open the .env file in your preferred text editor and configure the following:
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
- Run the app
$ go run main.go
Developed during the "Practical applications of cloud computing" class.