Files
galaxy/app/src/ai/bedrock/test_fixtures/sample_project

Sample Project

A simple Rust project used for testing the Warp AI Bedrock integration.

Features

  • Configuration from environment variables
  • Basic math utilities
  • File reading helpers

Usage

cargo run

Set environment variables:

  • APP_NAME - Application name (default: "sample-app")
  • PORT - Server port (default: 8080)
  • DEBUG - Enable debug mode (set to "1")