Dilib-rs – A dependency injection library for Rust
A dependency injection library for Rust. Contribute to Neo-Ciber94/dilib-rs development by creating an account on GitHub. (more…)
Read more »In the system I’m building there are a significant amount of SQS messages that need to be processed asynchronously and Lambda is a really good fit for that. It is perfect for spiky workloads. You can control max parallelism easily. And it now has a native… Read more