MikeBild / sveltekit-adapter-aws

A SvelteKit adapter for AWS using the AWS-CDK
MIT License
135 stars 33 forks source link

fix: patch for sveltekit v 1.5 #24

Closed b42thomas closed 1 year ago

b42thomas commented 1 year ago

I recently updated my @sveltejs/kit package in my SvelteKit app and it caused the handler to break. I think it has something to do with a possible change in the Server class that gets imported. I found this small change fixed things.

Haven't tested if this works with @sveltejs/kit": "1.0.0-next.561 Just putting this here for when you decide to update the version of SvelteKit and hopefully don't run into the same headache I just did :)

willfarrell commented 1 year ago

Duplicate of #23

MikeBild commented 1 year ago

duplicated, already done. Thx!