What problem does it solve?
This skill simplifies deploying Trebuchet actors to AWS by providing a cohesive workflow that wires Lambda deployments, DynamoDB state storage, CloudMap service discovery, and API Gateway WebSocket streaming. It reduces setup complexity and ensures production-ready configurations for scalable real-time applications.
Core Features & Use Cases
- Serverless deployment: Trebuchet actors run on AWS Lambda with cross-compilation for ARM64.
- State persistence: DynamoDB-backed actor state storage for fault-tolerant workflows.
- Service discovery: CloudMap-based automatic actor discovery and routing.
- WebSocket streaming: Real-time bidirectional communication through API Gateway WebSocket.
- Operator tooling: Lambda handler implementation, connection management, and cost optimization guidance.
- Use Case: Deploy a real-time multiplayer game server where actors manage rooms and players with low latency.
Quick Start
trebuchet init --name my-game-server --provider aws
trebuchet deploy --provider aws --region us-east-1