Message history encryption?
Closed this issue · 1 comments
jplock commented
Do you want to demonstrate how to encrypt the message history in DynamoDB in this example?
kyleblocksom commented
Hi Justin - The DynamoDB table is already encrypting data at-rest as the SSE specification is set to True.
For double encryption, you can specify a KMS key ID when calling LangChain's DynamoDBChatMessageHistory method in the agent's chat class.