Microservices with Rust and Tokio
Slides and Materials for a workshop on how to write microservices in Rust.
Workshop Contents:
select!
and join!
FromRequest
and IntoResponse
tower_http
Each chapter concludes with tasks for the audience.
Target audience: People with familiarity in Rust and basic networking (TCP, HTTP; knowing what a web-server does).
Expected workshop duration: full-day, 2-day
An Axum Server with a custom logging layer. Includes pinning of boxes
Tower Services to convert from Lambda or HTTP to an event handler
A GitHub repo with tests to learn developing Rust Microservices