Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 930 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 930 Bytes

Cal Squash Box League TrueSkill Rankings

Rankings of UC Berkeley box league squash players using TrueSkill Through Time.

See the rankings for current players and all players.

Building

To build and deploy on AWS:

  1. Run make to prepare the Lambda function source code.

  2. Install Terraform (brew install terraform).

  3. Run terraform init and terraform apply. The latter command will prompt for your AWS access key and secret key. You can persist these values by creating a file named terraform.tfvars. See variables.tf for the configuration variable names.