Valence: A Rust framework for building Minecraft servers
A Rust framework for building Minecraft servers. Contribute to valence-rs/valence 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