Background: How do we store the chat history?
Video 1: Overview
- Problem/Why: Show that it can’t remember name
- End Goal: It can remember previous things in the conversation
- How: Use a database to store the conversation
- Why DynamoDB? Integrates well with our AWS Chalice, and FREE for the most part.
What is the problem we are solving?
How will we manage the ChatID?
Determine the structure for what we’ll store in the messages
Coding Implementation
Creating a DynamoDB Table
See the file kitsune_2_create_table.py
- We will not code this file
- Go over the the settings in the file
Check in DynamoDB that the table was uploaded
- Go to Explore table items
