From 6838b88692a8b2d08081362d46fdea2d61c63959 Mon Sep 17 00:00:00 2001 From: cosmir17 Date: Mon, 22 Jul 2024 22:57:40 +0100 Subject: [PATCH] Updated the top level README.md file to reflect the recent addition of an aws rust lambda project --- readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/readme.md b/readme.md index ee0c158..a5d6237 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,17 @@ This module delves into the world of Test-Driven Development (TDD) in Rust, show This module is replicated from the blog post ["Rust Unit and Integration Testing in RustRover"](https://blog.jetbrains.com/rust/2024/04/02/rust-unit-and-integration-testing-in-rustrover) and demonstrates a structured approach to unit and integration testing in Rust. +### 7. `aws-rust-lambda-uk-weather` + +This project contains a Rust-based AWS Lambda function that fetches weather forecasts for specified cities and sends the information via email every two days. Key features include: + +- Fetches two-day weather forecasts using the OpenWeatherMap API +- Sends formatted email reports with detailed weather information +- Uses AWS Simple Email Service (SES) for sending emails +- Designed to run every two days as a scheduled Lambda function + +This project demonstrates practical application of Rust in cloud computing, specifically with AWS Lambda, and showcases integration with external APIs and AWS services. + ## Learning and Rust Nation UK 2024 I have been diligently studying various resources, including the following books: