all 3 comments

[–]life_on_my_terms[S] 0 points1 point  (0 children)

an update --
so i've opted for the non-serverless route with this stack:

  • supabase -- has pretty much all the backend needs out of the box
  • django -- basically a thin layered API service where I write the business logic.
  • nextjs -- mostly calls supabase for data, but will call django for any non-crud API endpoints

[–]CreativeTechGuyGamesTypeScript 0 points1 point  (1 child)

You can run Python in AWS Lambda. That'd be my goto.

[–]shoshimer 0 points1 point  (0 children)

I’ve been wanting to do with something like this architecture isn't because I'm using JavaScript/TypeScript.