amazon-connect / ai-powered-speech-analytics-for-amazon-connect

The AI Powered Speech Analytics for Amazon Connect solution provides the combination of speech to text transcription, translation into preferred languages, and insights for agents and supervisors all in real-time
https://aws.amazon.com/solutions/implementations/ai-powered-speech-analytics-for-amazon-connect/
Other
55 stars 54 forks source link

Use DynamoDB on-demand mode to avoid throttling with concurrent calls #40

Open endowataru opened 2 years ago

endowataru commented 2 years ago

Issue #, if available:

This commit fixes the issue #33.

Description of changes:

The transcription stops if there are too many requests to DynamoDB. This commit changes the billing mode to the on-demand mode to avoid throttling.

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