Add deploy guides for AWS Lambda, Google Run, DigitalOcean (#24414)

Adds deployment guides for Bun apps on AWS Lambda, Google Cloud Run, and
DigitalOcean using a custom `Dockerfile`

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Lydia Hallie
2025-11-07 15:03:36 -08:00
committed by GitHub
parent 3a810da66c
commit 1896c75d78
18 changed files with 575 additions and 1 deletions

View File

@@ -298,7 +298,14 @@
{
"group": "Deployment",
"icon": "rocket",
"pages": ["/guides/deployment/vercel", "/guides/deployment/railway", "/guides/deployment/render"]
"pages": [
"/guides/deployment/vercel",
"/guides/deployment/railway",
"/guides/deployment/render",
"/guides/deployment/aws-lambda",
"/guides/deployment/digital-ocean",
"/guides/deployment/google-cloud-run"
]
},
{
"group": "Runtime & Debugging",