cd terraform
terraform init
terraform apply
cd lambdas
npm i
serverless deploy
cd ui
npm i
npm run dev
- Elasticache terraform configuration
- Lambda/VPC terraform configuration
- Bootstrap lambdas with servless
- Share terraform outputs with serverless via ssm
- Verify lambda connection to elasticache
- Code lambda websocket configs
- Connect UI to websocket
- Configure Cognito terraform
- Authenticate websocket lambdas
- Add auth to UI
- Enable login in UI