Table of Contents
This is an Amazon AWS Robo Advisor application that provides investment portfolio recommendations for retirement plans to both existing and potentially new customers, based on client input.
-
Read through the AWS documentation for setting up AWS Lex and Lambda
-
You can watch the videos also to see the settings for the Bot and the dialog scripts. The videos can also walk you through how to query the Bot. The demo videos are located in the resources folder
-
You will need to follow AWS instructions on how to set up a Lex Bot for a Confirmation Prompt demo and then for a Lambda Function Demo.
-
I have placed Comments throughout the code so that you can follow the Lambda code and be able to replicate the app on your own. Also, so that you're able to contribute in the future :-)
A text editor such as VS Code or Sublime Text
-
Clone the repo
git clone https://github.com/AnaIitico/amazon_lex_investment_advisor.git
-
Follow the Amazon Lex setup instructions at the link below:
https://docs.aws.amazon.com/lex/latest/dg/getting-started.html
-
Follow the AWS Lambda setup instructions at the link below and also learning how to use the function/foundation console:
https://docs.aws.amazon.com/lambda/latest/dg/welcome.html https://docs.aws.amazon.com/lambda/latest/dg/foundation-console.html
-
Watch the video of the Confirmation Prompt Demo
-
Watch the video for the Lambda Function Demo
-
The demo videos are also located in the resources folder
The app is finished
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Jose Tollinchi - @josetollinchi - jtollinchi1971@gmail.com
Project Link: https://github.com/AnaIitico/amazon_lex_investment_advisor
Other Dependencies used to build the project.