#rust
Read more stories on Hashnode
Articles with this tag
Let's first create a simple web app with a health check endpoint by running the commands below. cargo new rust_docker_app --bin cd...
with SQS consumer example · In previous article we`ve created a simple code example of AWS lambda SQS consumer. In this one, we will learn how to...
Running and testing on local environment · AWS Lambda is a serverless computing service provided by Amazon Web Services. The Lambda functions can perform...
Before we start, I hope you already know how to create a new rust project, add some dependencies and other basic stuff. If not, I recommend to read...