MikeBild / sveltekit-adapter-aws

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

feat: add in support for http event v2 #6

Closed willfarrell closed 2 years ago

willfarrell commented 2 years ago

Allow more flexibility for those who don't use the build in deploy methods that would like to use API Gateway v2 event or Function URLs.

PS I borrowed the code from @middy/http-router (https://github.com/middyjs/middy/blob/main/packages/http-router/index.js#L88-L97)

MikeBild commented 2 years ago

Nice! Thx!

DanielKM commented 2 years ago

Hey, when are these changes getting published?