LOBMay 4, 2026 · 2h ago
Writing middlewares for Rust Lambda functions
A practical look at using tower as the middleware layer for Rust AWS Lambda functions, with examples that build up to a DynamoDB-backed per-IP rate limiter. It covers Service, Layer, stack ordering, short-circuiting, boxed async futures, and testing middleware without deploying a Lambda. Comments
→ log in to save, upvote, and comment Login →