Deploying and invoking web endpoints
Serve
beta9 serve
functions like an Ngrok server that live-reloads as you work. Beta9 monitors changes in your local file system and forwards the remote container logs to your local shell.
Serve is great for prototyping. You can develop in a containerized cloud environment in real-time, with adjustable CPU, memory, GPU resources.
It’s also great for testing an app before deploying it. Served functions are orchestrated identically to deployments, which means you can test your Beta9 workflow end-to-end before deploying.
To start an ephemeral serve
session, you’ll use the serve
command:
.beamignore
.Show Logs