aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
708 stars 250 forks source link

Bug fix: error when send large images #201

Closed statefb closed 3 months ago

statefb commented 3 months ago

Issue #, if available:

Description of changes: Query websocket session table iteratively to fetch all message chunks.
Note: dynamo db query operation can retrieve a maximum of 1 MB of data. doc

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.