vercel-clone icon indicating copy to clipboard operation
vercel-clone copied to clipboard

Possibly to add support for server functions?

Open salvinoto opened this issue 6 months ago • 0 comments

I'm trying to come up with ways to support server functions, and my thought is to use a tool like this aws-lambda-web-adapter, or maybe even SST. My idea is to deploy a static build just like it's currently doing, but deploy the project to a lambda function as well and somehow (haven't figured it out yet) get the static build to understand that API routes and serverless functions are running else where.

salvinoto avatar Feb 24 '24 16:02 salvinoto