View our deployed site at https://beyond-the-stars.netlify.app/
View our frontend repository at https://github.com/ensf401-beyond/beyond-fe
You will need to have terraform installed on your machine and an AWS account.
Replace the user ID in this line in main.tf with your AWS user ID: "Resource": "arn:aws:dynamodb:ca-central-1:455720929055:table/beyond-users"
Navigate to the /infra folder and initialize terraform with terraform init.
Use terraform plan to see what changes will be made, and terraform apply to apply the changes.
/infracontains our terraform file to create and manage resources./functionscontains our AWS lambda functions code.
