👩💻 Join our community of thousands of amazing developers!
Please read Part 5 if you have not.This part is an overview of this pull request.Now that we have our backend API, and frontend React app deployed we can gather user data. Great. Now comes the final piece, a new lambda function to email all those users their weekly lunch match!Matcher FunctionThe matcher function should be a simple function that is invoked on a chron (which serverless supports easily). Its important that this service (and any other service our backend provides in the future) per...