My partner and I are both picky about what we eat, and also hate choosing what to eat.
To solve the former problem, we've built up a few dozen meals over the years that meet several criteria specific to our diets, desires and constraints. We keep these in Trello.
To solve the latter problem, I used ༼つ ◕_◕ ༽つ T E C H N O L O G Y.
The "algorithm" is laid out in main.rs
.
Lambda is used to run the code.
Cloudwatch Events are used to trigger the code once per week.
S3 is used to store a JSON file that keeps track of how many times a meal has been suggested.
SES is used to send emails.
python3 -m pip install cargo-lambda
See ea
cargo test