jonodrew / mentor-match

Other
3 stars 5 forks source link

Heroku retiring free dynos #119

Open jonodrew opened 2 years ago

jonodrew commented 2 years ago

As of 2022-11-28, Heroku is retiring its free dynos. Therefore we need somewhere to host this

I recommend integrating the amazing work in https://github.com/anitabyte/mentor-match-aws-native to migrate the backend to AWS. The frontend is trickier - however, it's a tiny little flask app. I reckon we could put in on AWS ECS - but my experience there is slightly limited.

jonodrew commented 2 years ago

This is being worked on in "aws-project"

tomoconnor commented 2 years ago

I have working terraform to deploy it on AWS App Runner and ECS (ECS needed to run Celery's Worker)

jonodrew commented 2 years ago

Nice!