jill64 / sveltekit-adapter-aws

🔌 SveleteKit AWS adapter with multiple architecture
https://npmjs.com/package/@jill64/sveltekit-adapter-aws
MIT License
20 stars 4 forks source link

cf2 function and sveltekit form actions #687

Closed ispyinternet closed 1 month ago

ispyinternet commented 1 month ago

Just wondering if your cf2 function correctly handles form actions, for example:

<form action='/user?/get_user' ...>

It's hard for me to check as console.log isn't working

ispyinternet commented 1 month ago

I think it does; it was the bundling of my server.js. I'm struggling to get some of my server routes bundled when the root is prerender=true, but with some of my intended server paths explicitly set to prerender=false