class DynamoDBChatMessageHistoryA path to the module that contains the class, eg. ["langchain", "llms"]
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
Class providing methods to interact with a DynamoDB table to store and
retrieve chat messages. It extends the BaseListChatMessageHistory
class.