examples/custom-serverless/README.md
Example demonstrating custom serverless actor deployment with automatic engine configuration.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/custom-serverless
npm install
npm run dev
This example shows how to deploy Rivet Actors to custom serverless platforms:
src/backend/registry.ts): Demonstrates actor configuration for custom serverless deploymentRead more about setup, actions, and state.
MIT