/stack

Proof of Concept for Building App with Multiple Serverless Function on Vercel

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

stack

Proof of concept for building app with multiple serverless function on vercel

Validate multiple serverless functions and advantages of different technology stacks

Check out Serverless Functions Overview | Vercel Docs for more details.

Initially, using src/app directory failed, serverless function API proxy and custom directory support was not available.

Therefore, I switched to a structure similar to the rust-runtime demo. and for now, I am testing WebAssembly.



cover

Deploy on Vercel

WASM will not be updated, and the test code has no correlation.

The reason for the directory( /api, /pages/api, /fn ) is to find a way to combine multiple serverless functions, and I am still trying and waiting for more possibilities.


Deploy with Vercel

Or

GitHub Logo

Check out Deploying GitHub Projects with Vercel for more details.