MikeBild / sveltekit-adapter-aws

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

fix: move RequestOptions outside of Request #23

Closed coveres closed 1 year ago

coveres commented 1 year ago

I discovered the cause of the #21, RequestOptions inadvertently placed inside the Request instance, which should have been the second argument to server.respond.

willfarrell commented 1 year ago

I've tested this fix. Works for me.

MikeBild commented 1 year ago

Thanks!