Background: How do we store the chat history?

Video 1: Overview

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

Check in DynamoDB that the table was uploaded

Untitled