James Bray
James Bray
Hi @santhoshoutright , thank you for your interest in my project, I believe the issue may be due to the `x-sveltekit-action` header been missing from your allowed header list within...
Hi @aidan-gee Thank You for your interest in my project! It is something I have tough about but discounted for my use case due to its higher cost that running...
I don't think the origin re-writing would is possible however, i think there may be a way around this. Watch this space!
Unfortunately, my adapter does not yet support request streaming, Amazon actually added support for request streaming for lambda a few months ago https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/. It’s not something that’s on my horizon...
I'm not sure, that does seem odd, Im wondering if this a svelte/vite bug rather than issue with my adapter. When i bundel, it's just to combine the server code...
Are you able to replicate this issue with the node adapter
That would be it, the only difference is, when my adapter bundles the code it minifies it
Hi @JL102 Thank You for your interest in my project! This is an odd one. I have cloned your fork of my repo and have run the command you have...
Aha! Glad you got there! :tada: Before i merge your change could you try using docker to perform the build. Id prefer not to have 2 build commands if i...
Hi @Hejtmus Thank You for your interest in my project! I have published a new version (1.2.2) that adds support for this, you can now override any esbuild param, check...