srill 1.0.0

Subscribe Redis and Invoke Lambda with cargo lambda, for Local development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Srill Configuration File Example
# Copy this file to srill.toml and modify as needed

# Redis connection URL (optional, overrides --redis-url)
redis_url = "redis://localhost:6379"

# Channel to Lambda function mappings
[channels]
user-events = "user-lambda"
order-events = "order-lambda"
notification-events = "notification-lambda"
analytics-events = "analytics-lambda"