-
Notifications
You must be signed in to change notification settings - Fork 104
docs(deployments): add Vercel deployment guide (#390) #605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@echonesis thanks for adding this. How can I validate this? Unfortunately the app isn't up anymore. |
| @@ -0,0 +1,142 @@ | |||
| <!-- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add to the docs/ as well a link to this -- i.e. edit this page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will update it in the next commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, I think that's all that's really needed for this to be ready.
Thanks @skrawcz |
| from app import counter_app | ||
|
|
||
|
|
||
| class handler(BaseHTTPRequestHandler): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a way to stream results back? doesn't have to be this commit, but I think it's a good way to show case something happening.
oh yep -- it works. thanks. validated. |
Changes
Adding the first part of #390 — deploying Burr applications to Vercel (serverless, one-click).
This PR introduces:
examples/deployment/vercel/README.mdwith step-by-step instructionsPOSTtest examplesHow I tested this
Tested & verified on a free Vercel account: https://test-burr-vercel.vercel.app
Demo request works:
Notes
Developers could use 2 methods:
Checklist
N/A: (Since this PR is used for deployment, no functionality changes are included.)