Writing and deploying
Code is a Deno module - standardfetch/Response, ESM imports, no bundler:
$NEXT_PUBLIC_BACKEND_URL/functions/my-function.
Serverless Deno functions: invoke from the app, deploy from the terminal.
fetch/Response, ESM imports, no bundler:
$NEXT_PUBLIC_BACKEND_URL/functions/my-function.