aws-samples/generative-ai-amazon-bedrock-langchain-agent-example

Message history encryption?

Closed this issue · 1 comments

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.