re: "can you share your code?"
create 3 files ~2min.
- `vercel.json`
- `.vercelignore`
- `api/index.php`
blog
- article/title-slug.md
oh and…
The `/tmp` directory in a Serverless Function has a limit of 512 MB.
you can upload files directly from the client to the S3 bucket/Cloud Storage using a presigned url.
or, use git to store the "article" markdown files (via git worktree in `/tmp`) and push it back to github to trigger vercel to re-deploy the new code.











