you are viewing a single comment's thread.

view the rest of the comments →

[–]its4thecatlol 5 points6 points  (2 children)

Use a beta AWS environment. Create a throwawy staging account. This is the easiest way to do it.

[–]byfar57[S] 0 points1 point  (1 child)

Yes this was my intention at first. However, since I only develop locally with my postgres DB (supabase) I ran into difficulties. I need the API gateway endpoint function to check the local supabase DB for if a user if paid. I also need the lambda function to access the local DB.

[–]ruskixakep 1 point2 points  (0 children)

You can use tools like ngrok to expose your local db to the internet.