Back to Rivet

Custom Serverless

examples/custom-serverless/README.md

2.2.11.0 KB
Original Source

Custom Serverless

Example demonstrating custom serverless actor deployment with automatic engine configuration.

Getting Started

sh
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/custom-serverless
npm install
npm run dev

Features

  • Custom serverless deployment: Configure and deploy actors to your own serverless infrastructure
  • Automatic engine configuration: RivetKit automatically manages actor engine settings
  • Minimal setup: Simple starter template for building custom deployments
  • Type-safe actions: Full TypeScript support for actor definitions

Implementation

This example shows how to deploy Rivet Actors to custom serverless platforms:

Resources

Read more about setup, actions, and state.

License

MIT