Provisions s3, lambda, api gateway, and route53 infrastructure and deploys the go-gas-express app which is used to estimate gas prices based off of historical rates of change from the last 100 blocks
go version go1.13.5
cd app && go build && ./app
make deploy
cd terraform
terraform apply
terraform destroy