Any news on the konsist library?
I really like it and use it a lot, but its dependencies are becoming outdated.
I really like it and use it a lot, but its dependencies are becoming outdated.
First, this is a hypothetical question. I'm not moving away from Supa, at least for now.
But I do not use much from Supa, only: PG/auth/storage.
Now I'm wondering if I can replace these 3 with AWS/PG + S3 + ?.
I already use the S3-compatible method of requesting objects from Supa storage. The reason here is that I can build a signed URL with this method that does not require one additional Supa storage service request: a better solution. I could also use the S3-method for uploads (signed upload URLs). My question here: could I replace Supa storage with an AWS Lambda function?
Then there's Supa auth. To what extend could I replace this with just PG + an AWS Lambda function?
If this is possible I could replace Supa with straight up AWS. Now I understand I'm not a typical Supa used: my app uses very little (it's a traditional `DB <> server-side app-layer <> browser with minimal JS`). But if it works, that'd be great.
Should it not be "dan" instead of "als"?