Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

v1.3.0

Choose a tag to compare

@aassadza aassadza released this 27 Oct 17:42

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.