COVID-19-electronic-health-system / Coronalert

CoronaTracker notification service
6 stars 2 forks source link

Refactor API structure, change to simple service #17

Open SomeMoosery opened 4 years ago

SomeMoosery commented 4 years ago

Since we are moving to running our API functionality to lambdas behind an API Gateway, we need to refactor the main part of our codebase.

We should no longer have a Go-based REST API, but instead a simple Golang program that runs a timer (we can flesh this out as we develop) and queries MongoDB to send out notifications to users (we can also flesh this out thinking in terms of bottlenecks => SQS, etc)

SomeMoosery commented 4 years ago

I'm on this