sveltekit-adapter-lambda
sveltekit-adapter-lambda copied to clipboard
An adapter to build a SvelteKit app into a lambda ready for deployment with lambda proxy via the Serverless Framework or CDK.
I would be great if someone could give Group/User/Roles permissions required so that we can attach them to the User profile used for deployment. In our organization, we have to...
See the screenshot below for example formEnhance action form submission not working. 
This PR is not necessarily intended to be merged in but I wanted to highlight a use case that this fork addresses and see if it's worth discussing further. In...
I'm getting a 502 (bad gateway) when calling my serverless function (API endpoint) that has a streaming response: src/routes/api/soap/format.ts ``` ... export const POST: RequestHandler = async ({ request })...
Hi, I believe it would be cheaper / faster to use a cloudfront function to route to static assets rather than Lambda@edge in some cases. It may be beneficial to...
Hi, I noticed that in my app, which loads the library `html5-qrcode` in a CSR-only page, `html5-qrcode` is included in the bundle. Steps to reproduce: 1. `npm create svelte@latest my-app`...
Hi, Great work on the adaptor. I wanted to get your thoughts on having an option to deploy to lambda@edge or lambda. Is this something you have thought about already,...
Hi, I've forked adapter-lambda because I'd like to implement a feature that would allow me to customize the Lambda handler code, but I'm unable to run the `build` script. It...
This is more a question than an issue. Is it possible to add extra functions with different VPN configurations in the serverless yml file? For example I have the following....
Hello, I was just considering using this adapter, but my application uses top level awaits, which is only supported by esmodules. This adapter [enforces commonjs](https://github.com/yarbsemaj/sveltekit-adapter-lambda/blob/5530ffe1e5641e801ad5dfa746e61a642ee1649a/index.js#L70), which negatively influences usability. My...