juranki / sveltekit-cdk

Tools for deploying SvelteKit to AWS using CDK
https://juranki.github.io/sveltekit-cdk/
MIT License
31 stars 5 forks source link

Debug log entries without valuable information #20

Closed juranki closed 1 year ago

juranki commented 2 years ago

Adapter API changed to accept and return Request and Response objects, and serialising them to JSON doesn't produce any useful information.

https://github.com/juranki/sveltekit-cdk/blob/fc841f483f3c7f52ff884361b17f05322252104b/packages/adapter/src/files/at-edge-handler.ts#L62

https://github.com/juranki/sveltekit-cdk/blob/fc841f483f3c7f52ff884361b17f05322252104b/packages/adapter/src/files/at-edge-handler.ts#L67

juranki commented 1 year ago

removed