billycougz / squares

Digital football squares

Home Page:https://squares.billycougan.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Squares

Digital football squares (or whatever use case you may have for digital squares).

Tech

  • React
  • MUI
  • Node.js
  • GitHub Pages
  • AWS Lambda
  • AWS API Gateway
  • AWS DynamoDB
  • AWS SNS
  • AWS CloudWatch
  • AWS Route 53

Technical Notes

Lambda deploy

rm squares-lambda.zip aws lambda update-function-code --function-name squares-function --zip-file fileb://./squares-lambda.zip && rm squares-lambda.zip

Local Dynamo

aws dynamodb list-tables --endpoint-url http://localhost:8000 aws dynamodb scan --table-name SquaresTable --endpoint-url http://localhost:8000

About

Digital football squares

https://squares.billycougan.com/


Languages

Language:JavaScript 97.6%Language:HTML 1.9%Language:CSS 0.5%