This repository was archived by the owner on Oct 18, 2022. It is now read-only.
v1.3.0
Added
- A dynamic chatbot that demonstrates how to integrate a chatbot with a back-end database, such as Amazon DynamoDB, to build an automated order taking service (in this example, a pizza ordering service).
- When the customer starts their order, the chatbot retrieves the pizza menu from the back-end database, and displays it to the customer.
- The chatbot interacts with the customer to extract order details (for example, type and size of the pizza) and confirms the order.
- The order history is stored in a DynamoDB table, which helps facilitate a personalized customer experience.
- Functionality to automatically extract user's email, used by Amazon Cognito to authenticate the user with Amazon API Gateway, to use it as customerId.
See changelog for more information.