Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Custom Serverless

Example demonstrating custom serverless actor deployment with automatic engine configuration.

Getting Started

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