We're developing an Alexa based cost sharing app for roommates to split the cost of shared items.
python FlaskApp/app.py.
Navigate to localhost:5000 and check it out.
We configured an Alexa Skill to send commands to an AWS Lambda function. The function sends cURL requests to access our webserver built with Flask over a Postgres DB some Python classes.