←back to thread

90 points vednig | 3 comments | | HN request time: 0.635s | source
1. Onavo ◴[] No.42198981[source]
Any plans to add support for? https://github.com/awslabs/llrt

It would also be nice to have a V8/deno/bun based edge hosting option that supports the Next.js edge and middleware code splitting instead of using lambda@edge's node setup (which is slow and expensive). That's the missing piece for most homebrew next.js "edge" setups. Production CDNs like Clouflare and Supabase all offer this.

replies(1): >>42199046 #
2. thdxr ◴[] No.42199046[source]
llrt is extremely experimental and early - probably not the right fit

the latter is being worked on and there is a cloudflare adapter in that github org

replies(1): >>42199057 #
3. Onavo ◴[] No.42199057[source]
I am aware of the CloudFlare adapter. I am referring to when running as a standard AWS-only SST app.