Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 989 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 989 Bytes

Meal Planner

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.

Technology

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.

Getting Started

python3 -m pip install cargo-lambda

See ea

Testing

cargo test