abc
abc copied to clipboard
Is it possible to use abc as a server request handler (serverless function)?
I was trying to use abc with vercel-deno
Your serverless function file is expected to export default the HTTP handler function, and then vercel-deno takes care of invoking that handler function every time an HTTP request is received.
I can't figure out how to implement the handler function
Sorry, abc
cannot currently be used with vercel
.