i'm trying to build out a demo thing that's cheap ...
# orm-help
j
i'm trying to build out a demo thing that's cheap to run and explores stateless infra. i haven't done much of anything outside of frontend/some server python before so i'd really appreciate a sanity check on this: - i don't need subscriptions, so i'm going to try running my prisma server on aws lambda/apex up and host the db on aws aurora. - for local dev i'm going to stick prisma and a mysql server in their own containers. this approach does make sense, right?
h
Yes, it's fine for small amount of load
👍 1