This folder shows Terraform code that is able to deploy Shortify on your AWS account.
git clone
this repo to your computer.- Install Terraform.
- Run
terraform init
. - Run
terraform apply
to deploy. When this command finishes running, it will output a link where API requests can be sent. See here if you want the API to be accessible via a custom domain.