Closed maddsua closed 9 months ago
VFS migrated ✅
about the fetch client.... not sure if it even needs to be a part of lambda as it would require curl as a dependency and it's already too many libs
but there's the thing: lambda never was meant to be a middleware server of sorts, the idea was a bit different. if you need to perform http requests you're better off using curl. gonna close this now, I see no reason to duct tape client code to http transport and writing it somewhere else would generate a fuckton of duplicated code. maybe at some point I'll revisit the idea but definitely not right now
VFS