Rankings of UC Berkeley box league squash players using TrueSkill Through Time.
See the rankings for current players and all players.
To build and deploy on AWS:
-
Run
make
to prepare the Lambda function source code. -
Install Terraform (
brew install terraform
). -
Run
terraform init
andterraform apply
. The latter command will prompt for your AWS access key and secret key. You can persist these values by creating a file namedterraform.tfvars
. Seevariables.tf
for the configuration variable names.