Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor API structure, change to simple service #17

Open
3 tasks
SomeMoosery opened this issue Apr 10, 2020 · 1 comment
Open
3 tasks

Refactor API structure, change to simple service #17

SomeMoosery opened this issue Apr 10, 2020 · 1 comment
Assignees
Labels
backend Anything related to the Golang microservice

Comments

@SomeMoosery
Copy link
Member

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)

  • remove subscribe/unsubscribe functionality from REST API
  • refactor API a simple Go program
  • deploy this program on 2 EC2 instances (for beta) in the 2 private subnets of our VPC, behind an ALB
@SomeMoosery SomeMoosery added help wanted Extra attention is needed backend Anything related to the Golang microservice labels Apr 10, 2020
@SomeMoosery
Copy link
Member Author

I'm on this

@SomeMoosery SomeMoosery self-assigned this Apr 12, 2020
@SomeMoosery SomeMoosery removed the help wanted Extra attention is needed label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Anything related to the Golang microservice
Projects
None yet
Development

No branches or pull requests

1 participant