thakii-lambda-router/ ├── src/ │ ├── lambda_function.py # Main Lambda handler │ ├── service_manager.py # Load balancing logic │ ├── circuit_breaker.py # Circuit breaker implementation │ └── ...
I have a collector deployed on aws ecs cluster and configured with file exporter and aws s3 exporter. The collector is able to write to the file using the file ...