serverless-rust-demo
serverless-rust-demo copied to clipboard
Sample serverless application written in Rust
Challenge accepted, @nmoutschen! ;) Here's my (first ever) attempt at an [Amazon (less-than-)6-pager](https://writingcooperative.com/the-anatomy-of-an-amazon-6-pager-fc79f31a41c9) for an "ideal world DX for Rust and AWS lambda". My hope is that it gets circulated...
Hey! 👋 Nice project! The artillery load tests is a cool addition, too. 👍 I am wondering if it's possible to run this project locally. I think something like [serverless-offline](https://github.com/dherault/serverless-offline)...
*Issue #, if available:* *Description of changes:* Add a custom layer for tracing to mimick [Lambda Powertools](https://awslabs.github.io/aws-lambda-powertools-python/latest/core/logger/)' log structure. By submitting this pull request, I confirm that you can use,...
*Issue #, if available:* *Description of changes:* Add support for running this in a container with Rocket By submitting this pull request, I confirm that you can use, modify, copy,...
🔥 Don't merge: this is rather experimental and up for discussion! 🔥 Note: So far I didn't deploy the API with theses changes so I am not sure, if it...
Hi and thanks a lot for this repository. I am just getting started with the hexagonal architecture (and Rust in general) and I am wondering about some things in the...